
/* @font-face {
    font-family: 'Figtree', sans-serif;
    src: url(./assets/fonts/static/Figtree-ExtraBold.ttf);
    font-weight: 800;
} */

body {
    font-family: "Figtree", sans-serif;
    background-color: hsl(47, 88%, 63%);
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

p {
    margin: 0;
}


.main-component {
    margin: auto;
    background-color: white;
    width: 17.4375rem;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid;
    box-shadow: 8px 8px hsl(0, 0%, 7%);
}

.image {
    width: 279px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.yellow-box {
    background-color: hsl(47, 88%, 63%);
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    width: 49px;
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.line-height {
    line-height: 150%;
    margin-bottom: 24px;
}

.ar {
    font-size: 0.875rem;
    color: hsl(0, 0%, 42%);
    font-weight: 500;
}

.pub {
    font-size: 0.75rem;
    color: hsl(0, 0%, 7%);
    font-weight: 500;
    margin-bottom: 12px;
}

.css {
    font-size: 1.25rem;
    color: hsl(0, 0%, 7%);
    margin-bottom: 12px;
    font-weight: 800;
}

.inline {
    display: inline;
}

.size {
    width: 2rem;
    height: 2rem;
}

.auto {
    font-weight: 800;
    margin-left: 12px;
    font-size: 13px;
}

.avatar {
    display: flex;
    align-items: center;
}

.css:hover {
    color: hsl(47, 88%, 63%);
    cursor: pointer;
}
