@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'figtree',sans-serif;
    background-color: hsl(47, 88%, 63%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.parantcontainer{
    /* background-color: hsl(0, 0%, 100%); */
    width: 380px;
    margin: 0% auto;
   
}
.container{
    background-color: hsl(0, 0%, 100%);
    border: 1px solid black;
    border-radius: 15px;
    box-shadow: 8px 8px;
}
.img{
    width: 100%;
    padding: 20px;
    }
    .img img{
        border-radius: 10px;
    }
    .head4{
        height: 25px;
        width:fit-content;
        background-color: hsl(47, 88%, 63%);
        border: none;
        border-radius: 3px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        
    }
    .textcont{
        margin-left: 20px;
        
    }
    p{
        margin: 10px 0;
        line-height:1.5em;
        color: hsl(0, 0%, 42%);
        
    }
    .tagpost img{
        height: 30px;
        width: 30px;
    }
    .tagpost h5{
        margin: 5px;
        margin-left: 10px;
        margin-bottom: 20px;
        
    }
    .tagpost{
        display: flex;
    }
    
    .anim:hover{
        color: hsl(47, 88%, 63%);
        cursor: pointer;
        
    }
