html {
    background-color: lightblue;
}
nav,footer,header {
    font-family: Helvetica;
    color: black;
    font-size: 33px;
}
p {
    font-size: 33px;
}
h1 {
    font-size: 66px;
}
