html{
    margin: 5%;
    margin-left: 20%;
    background-color: rgb(198, 239, 255);
}

a, p, h1, h2, h3{
    font-family: proxima-nova, sans-serif;
}

a{
    color: black;
}
h1{
    font-weight: 700;
    font-style: normal;
}

footer{
    margin-top: 10%;
}

header{
    margin-bottom: 5%;
}

section{
    margin-left: 5%;
}