*{
    padding:0px;
    margin:0px;
    box-sizing: border-box;
}


body{
    background-color: #D5E1EF;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    

}




.container{

    display: flex;
   
    
    align-items: center;
    justify-content: center;
    align-items: center;
    
    position: absolute;
    top: 50vh;
    bottom: 50vh;
    
}


.card{
   
    width:300px;
    height: 500px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
   
    
    box-shadow: 10px 10px 10px #aaaaaa;
    background-color: #ffffff;
    color:rgb(80, 81, 82);
    font-size: 10px;
    
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.card img{
    border-radius: 30px;
    
    width:300px;
    height: 300px;
    padding:10px 15px; 
    


    
}


h2{
    font-size: small;
    opacity:0.5;
    text-align: center;
    


}

h1{
    margin-bottom:12px;
    
}


.text-4{
    display:flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2px;
    padding-left:10px;
    padding-right: 10px;
    text-align: center;
    padding-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 60px;
   
    
}




