body{
background-color: hsl(212, 45%, 89%);
margin: 0;
padding: 0;
}

.card{
    border-radius: 10px;
    background-color:white; 
    width: 21.8em;
    height: 34.5em;
} 

.container{ 
    margin-top:14em;
    display: flex;
    justify-content: center;
} 

.container-2{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1{
    font-family: 'Raleway', sans-serif; 
    font-weight: 700;
    text-align: center;
    font-size: 1.3em;
    color:hsl(218, 44%, 22%);
    max-width: 80%;
} 

p{ 
    font-weight: 400;
    text-align: center;
    font-family: 'Nabla', sans-serif; 
    color:hsl(220, 15%, 55%);
    font-size:1em; 
    max-width: 80%;

}

.image{ 
    width: 90%;
    margin:20px 20px 20px 20px;
    border-radius: 15px; 
    justify-content: center;
}