body {
    margin-top: 120px;
    margin-bottom: 120px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400, 700;
    text-align: center;
    background-color:hsl(220, 15%, 55%)
    
}

p {
    font-size: 15px;
    justify-content: center;
    padding: auto;
    color: hsl(212, 45%, 89%)
    
}
span{
    display: inline-block;
    width: 250px;
    /* min-width: 97.6, 475;
    max-width: 98, 475; */
    height: 58vh;
    padding: 15px;
    border-radius: 20px;  
    background-color: hsl(0, 0%, 100%)

}

img{
    height: 250px;
    border-radius: 10px;
    -moz-box-align: center;
}
h4{
    color: hsl(218, 44%, 22%);
    font-size: 20px;
    padding: 0px;
}
