body{
    background-color: #fff130;
    height:90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    background-color:aliceblue;
    border: 2px solid ;
    border-radius: 20px;
    width: 300px;
    padding:20px;
    display:flex;
    flex-direction: column;
    box-shadow: 5px 5px;
}
.imge{
    width: 300px;
    border-radius:10px;
}
.learn{
    background-color: #e9db0e;
    padding:3px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    display: inline;
    width:auto;
    width:fit-content;
    border-radius: 3px;
    font-weight:bold;
}
.ttitle{
    font-size:25px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    color: #fff130;
}
.description{
    color:grey;
}
.author img{
    width: 20px;
    height:20px;
}
.author{
    display: flex;
    gap:5px;
    justify-content: strat;
}