*{
    font-family: sans-serif;
}

body {
background-color: rgb(80, 148, 216);
}

h1, h2 {
    color: rgb(9, 9, 232);
    font-family: cursive;
}

main, footer {
    width: 50%;
    margin: auto;
}

p {
    line-height: 20pt;
}

footer{
    background-color: #98A8DD;
}