* {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
}

body {
    background-color: #23252C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    margin: 44px 120px;
    background-color: #1A1B21;
    border: none;
    border-radius: 0.5rem;
    width: 300px;
}

.header {
    text-align: center;
}

.pic {
    width: 299px;
    height: 300px;
    margin: 0;
    border-radius: 0.5rem 0.5rem 0 0;
}

.name {
    color: white;
    font-size: 25px;
    margin: 21px 70px 0 70px;
}

.job {
    margin: 6px 0 0 0;
    color: #F3BF99;
    font-size: 12.8px;
    font-weight: 300;
}

.email {
    margin: 8px 0 0 0;
    color: #F5F5F5;
    font-size: 10.24px;
    font-weight: 100;
}

.btn {
    display: flex;
    justify-content: center;
    column-gap: 17px;
    margin-top: 15px;
}

.btn>button {
    width: 115px;
    font-size: 14px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-btn {
    stroke: #D1D5DB;
    color: #374151;
}

.linkedin-btn {
    background-color: #5093E2;
    color: white;
}

.email-btn>img,
.linkedin-btn>img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.footer {
    background-color: #161619;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    border-radius: 0 0 0.5rem 0.5rem;
}

.footer>img {
    width: 25px;
    height: 25px;
    opacity: 0.5;
}

.about {
    margin-top: 33px;
    margin-left: 36px;
    max-width: 242px;
}

.about>h4,
.interests>h4 {
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.about>p,
.interests>p {
    color: #DCDCDC;
    font-size: 10.24px;
    font-weight: 200;
    line-height: 1.5em;
}

.interests {
    margin-top: 20px;
    margin-left: 36px;
    max-width: 242px;
    margin-bottom: 34px;
}