body{
    background-color: hsl(212, 45%, 89%);
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10em;
}

main{
    background-color:#fff ;
    height: 600px;
    width: 400px;
    
    
    border-radius: 20px;
}
section{
text-align: center;
}

img{
    height: 360px;
    border-radius: 20px;
    margin-top: 18px;
}

h1, p{
    font-family: Outfit;
    text-align: center;
}

p{
    font-size: 15px;
    color: hsl(220, 15%, 55%);
}

