*{

margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;

}





body {
background-color: greenyellow;
}




.titulo {

    color: blue;

font-size: 9vh;
text-align: center;
margin-top: 7vh;
align-items: center;

}


.titulo2 {

font-size: 2rem;
color: blue;
padding: 1rem;
margin: 1rem;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;


}