.container{
    margin: auto;
    max-width: 400px; 
    border: 3px solid black;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 10px 10px;
}

img{

    width: 400px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
   
     
}
button{
    background-color: rgb(250, 193, 86);
    font-size: medium;
    font-weight: bolder;
    font-family: "Roboto", sans-serif;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 10px;
}

p{
    font-weight: bolder;
}
.description{
    color: gray;
    font-size: larger;
    font-family: "Roboto", sans-serif;
}
.avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    
}

.author{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}
    