@font-face {
    font-family: 'figtree';
    src: url(Figtree-VariableFont_wght.ttf);
}

body {
    background-color: hsl(47, 88%, 63%);
    font-family: 'figtree';
    height: 100vh;
    display: flex;
    justify-content: center;
}

body > div {
    width: fit-content;
    height: fit-content;
    margin-block: auto;
}

.card-container {
    background-color: hsl(0, 0%, 100%);
    max-width: 320px;
    border: 1px solid hsl(0, 0%, 7%);
    box-shadow: 5px 5px 1px hsl(0, 0%, 7%);
}

img {
    width: 100%;
}

.card-section-box {
    background-color: hsl(47, 88%, 63%);
    width: fit-content;
    font-weight: 500;
}

h1 {
    font-weight: 800;
}

.info {
    color: hsl(0, 0%, 42%);
}

.avatar {
    width: 40px;
}