@charset "UTF-8";

/* Configurações Gerais */

*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
html, body{
    background-color: #233EFF;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

h1 {
    color: white;
    text-shadow: 3px 3px 0px rgb(1, 1, 117);
    padding: 10px;
}