body {background-color: aquamarine;
}
*{ font-family: sans-serif;}
h1, h2 {
    color: blueviolet;
    font-family: cursive;
}
main, header, footer {
    width: 50%;
    margin: auto;
}
p {
    line-height: 1,5vmax;
}