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