body{
    background-color: hsl(47, 88%, 63%);
    font-size: 18px;
    font-family: "Figtree", sans-serif;
}

#content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.card{
    background-color: white;
    height: 439px;
    width: 331px;
    border-radius: 5%;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 6px 6px black;
}

.card img{
    width: 89%;
    margin: 17px;
    border-radius: 5%;
}

.tag{
    background-color: hsl(47, 88%, 63%);
    width: 80px;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    height: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.card-content{
    margin:17px;
    margin-top:0px;
}

.card-text p{
    font-size: 14px;
    line-height: 1.5;
    color: gray;
}

.card-text h3{
    margin-bottom: 0;
    margin-top: 9px ;
}

.author{
    display: flex;
    align-items: center;
}
.author img{
    width:30px;
    margin: 0;
    margin-right: 10px;
}

.author p{
    display: inline;
    font-size: 14px;
    font-weight: 600;
}

.date{
    margin-top: 10px;
    font-size: 14px;
}
