body {
    background-color: rgb(0, 183, 255); 
}

*{
    font-family: sans-serif;
}

h1, h2, h3 {
    color: crimson;
    font-family: cursive;
}

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

p {
    line-height: 25pt;
}
