.container{
    height: 500px;
    width: 350px;
    background-color: white;
    text-align: center;
    border-radius: 20px;
}
body{
    display:flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    margin: 50px;
    background-color: hsl(212, 45%, 89%);
    /* font-size: 15px; */
}

img{
    margin: 15px 15px;
    width: 320px;
    margin-top: 10px;
}
h2{
    color: hsl(218, 44%, 22%);
    padding-bottom: 10px;
    margin: 0 30px;
}
/* p{
    color: hsl(213, 26%, 75%);
    margin: 0 50px;
    width: 75%;
    font-family:cursive; */
/* } */