@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body{
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    background-color: hsl(47, 88%, 63%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    min-height: 100vh;
}
.container{
    max-width: 365px;
    
    background-color: hsl(0, 0%, 100%);
    box-shadow: 10px 10px;
    border-radius: 15px;
    border-left: 1px solid black; border-top: 1px solid black;
}
.card{
    margin:20px;
}
#article{
    width: 100%;
    border-radius: 13px;
    margin-bottom: 15px;
}
.card .box_1{
    border-radius: 2px;
    background-color: hsl(47, 88%, 63%);
    padding:6px;
    font-weight: 800;

}
#text1{
    color:  hsl(0, 0%, 7%)
}
#text2{
    color:  hsl(0, 0%, 42%);
}
.avatar{
    display: inline-flex;
    gap:10px;
}
.avatar img{
    width:30%;
}
.avatar p{
    font-weight: 800;
}