@charset "UTF-8";

/*todas as telas (all)*/
* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
html, body {
    width: 100vw;
    height: 100vh;
    background-color: rgb(6, 6, 253);
    background-size: contain;
    background-repeat: no-repeat;
}
h1 {
    color: white;
    text-shadow: 2px 2px 0px rgb(19, 19, 102);
    padding: 10px;
}