body {
    background-color: #eeeeee;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 10%;
    margin-right: 10%;
}

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

p {
    padding: 1%;
    font-size: 18px;
}

h1 {
    padding: 1%;
    font-size: 26px;
    margin: 0;
    border-bottom: 1px solid white;
}

footer {
    background-color: #D8D8D8;
    opacity: 0.9;
    font-size: 18px;
    margin-top: 1%;
    padding: 0.5%;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: white;
    width: 100%;
}