body{
    font-family: 'Figtree',sans-serif;
    background-color: hsl(47, 88%, 63%);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    padding: 20px;
    border: 1px solid black;
    height: 350px;
    width: 250px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-radius: 20px;
    box-shadow: 6px 7px 0px ;
}

.container .imgdiv{
    display: flex;
    justify-content: center;
}

.container .img{
    width: 220px;
    border-radius: 10px;
}

.container .learnbox{
    text-align: center;
    background-color:hsl(47, 88%, 63%) ;
    width:70px;
    margin-top: 15px;
    padding: 6px;
    /* margin-left: 10px; */
    border-radius: 5px;
}

.container .learnbox .p1{
    font-size: smaller;
    font-weight: 800;
}

.container .p2{
    /* margin-left: 10px; */
    margin-top: 10px;
    font-size: x-small;
}

.container h2{
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

.container .p3{
    font-size: 10px;
    margin-top: 10px;
    color: hsl(0, 0%, 42%);
}

.profile{
    margin-top: 12px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.proimg{
    width: 25px;
}

span{
    margin-left: 10px;
    font-weight: bold;
    font-size: 9px;
}