body{
    background-color:hsl(220, 15%, 55%);
}

.container .box{
    height: 419px;
    width: 274px;
    margin: 115px auto;
    background-color: white;
    display: flex;
    flex-direction: column ;
    justify-content: center;
    align-items: center;
    border-radius:  10px;
}


.box img{
    height: 250px;
    border-radius: 10px;

}


.box h2{
    text-align: center;
    font-family: 'Outfit', sans-serif;
    width: 259px;
    font-size: 20px;
    color: hsl(218, 44%, 22%);
}

.box .para{
    margin-top: -4px;
    width: 228px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color:  hsl(212deg, 3%, 65%);
}