@charset "utf-8";
body {background-color: #7DD6D9;
    font-family: sans-serif;
    font-size: 1em;
    display: flex;
    flex-direction: column;
}
    
footer {
    font-size: 0,5em;
    font-weight: 200;
    color: #197699;
}
h1 {font-size: 2em;
    color: #197699;
    font-weight: bold;
    }
main section div {
    font-family: sans-serif;
    color: #013054;
    display: block;
    margin: 0.5em 0.5em 0.5em 0.5em;
    }
aside {
    font-family: sans-serif;
    color: #197699;
}
    


