* {
    margin: 0px;
    font-family: "Atkinson Hyperlegible Next", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 800;
}

/*Navigation Header*/
nav {
    background-color: #EDBA36;
    margin: 0px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    font-size: 30px;
}

.nav {
    text-decoration: none;
    background-color: #CBA13C;
    padding: 10px;
}

/*Home Page*/
body {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 3px solid #EDBA36;
    margin-left: 25%;
    max-width: 50%;
    background-image: url("/backgrounds/backgroundtile.png");
    background-repeat: repeat;
}

.backgroundBlock {
    background-color: white;
    padding-bottom: 10px;
}

h1 {
    margin: 30px;
}

hr {
    border: 3px dashed #EDBA36;
    margin-bottom: 30px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 5px;
}

a {
    color: #000000;
    text-decoration: underline;
}

p {
    margin-bottom: 20px;
}

.bottom {
    margin-bottom: 30px;
}

.footerP1 {
    margin-bottom: 10px;
}

.footerP2 {
    margin: 0px;
}

.footerP3 {
    margin: 10px 0px;
}