/*@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,800;1,100;1,200;1,300;1,400&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
    background-color: rgb(89, 135, 235);
    font: normal 15pt 'Arvo', sans-serif;    
    font-family: 'Arvo', serif;
    font-weight: 700;
    height: 97.5vh;
}
header{
    color: white;
    text-align: center;
    width: 440px;
    margin: auto;
}
section{
    width: 440px;
    margin: auto;
    background-color: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.363); 
}
h1{
    /*font-family: 'Lobster', cursive;*/
    font-family: 'Merienda One', cursive;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px;
}
div{
    text-align: center;
    padding: 5px;
}
div#saudar{
    font-size: 2em;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(201, 201, 201, 0.233)
}
div#msg{
    font-size: 1.5em;
}

#imagem{
    width: 250px;
}

footer{
    color: white;
    text-align: center;
    margin: auto;  
    font-weight: 400;
    font-style: italic;
    font-family: 'Arvo', serif;
}
