*{
    box-sizing: border-box;
}
body{
    background-color: hsl(47, 88%, 63%);
    font-family: 'Montserrat', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    margin: 0;
    /* width: 50%; */
    height: 100vh;
}

.container{
    background-color: white;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    margin: 20px;
    height: auto;
    width: 340px;
    max-width: 100%;
    border-radius: 15px;
    padding: px;
    box-shadow: 6px 7px;
}


.text{
    margin:25px;
}

.image{
    
    width: 100%;
     /* width: 250px;
    height: 200px; */
    /* margin: 10px 10px; */
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#img{
    border-radius: 10px;
    /* width: 250px;
    height: 200px; */
    width:100%;
    
}
.icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}

.name-tag{
    display: flex;
    /* align-items: center; */
    /* gap: 5100px; */
    align-items: center;
    /* border: solid 1px black; */
    padding-left: 20px;
    margin-left:0 3000px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12px;
}

.text{
    text-align: left;
    margin: 15px 20px
}

.dp{
    text-align: right;
}

.learning{
    
    display: flex;
    text-align: center;
   
    font-weight: 800;
    font-size: 10px;
}

.box{
    background-color:hsl(47, 88%, 63%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 25px;
    border-radius: 5px;
}

.published{
    font-size: 11px;
    color: hsl(0, 0%, 7%);
    padding-top: 2px;
}

.foundations{
    font-weight: 800;
    font-size: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.description{
    font-size: 16px;
    color: hsl(0, 0%, 42%);
    font-weight: 500;
}

@media (max-width: 480px) 
{.container {
        width: 90%; 
        padding: 10px;
    }
    .image {
        padding: 5px;
    }
    .text {
        margin: 5px 10px;
    }
    .name-tag {
        gap: 5px;
        margin: 0 10px;
    }
    .box {
        width: 60px; 
        height: 20px;
    }
    .foundations {
        font-size: 14px; 

    }
    .description {
        font-size: 14px;
    }
}