@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');
*{
    font-family: 'Outfit', sans-serif;
    margin: 0;
    padding: 0;
    
}


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


.box-branca{
    margin: 0 auto;
    margin-top: 16vh;
    text-align: center;
    background-color: hsl(0, 0%, 100%);
    width: 350px;
    height: 490px;
    border-radius: 25px;
}

#content img{
    padding: 15px;
    max-width: 90%;
    border-radius: 35px;
}



#text{
    margin: auto;
    text-align: center;
    max-width: 80%;

}

h1{
    font-size: 20px;
    font-weight: 700;
}

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


