body {
    background-color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 5%;
    margin-right: 5%;
}

h1 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.9rem;
}

h2 {
    font-size: 2rem;
}

nav ul {
    list-style: none;
    text-align: center;
    background-color: #d3d1d1;

}
header > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    width: 2rem;
    height: 4rem;
    padding: 0 0 0 0;
}

nav li {
    display: inline-block;
}

.navMenu {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
.navMenu a {
    color: #8a887f;
    text-decoration: none;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    width: 110px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
.navMenu a:hover {
    color: #0c0b06;
  }

.container {
    position: relative;
    text-align: center;
    color: #000;
}

.text {
    position: relative;
    top: 50%;
    left:50%;
    transform: translate(-50%, -165%);
}

img {
    max-width: 100%;
    height: 100%;
    border-radius: 3%;
}

section {
    display: flex;
}

article {
    flex: 1;
}

footer {
    display: flex;
}

footer div {
    flex: 1;
    margin-top: 1rem;
}

#logof {
    width: 2rem;
    height: 4 rem;
}

#submit {
    margin-top: 0.5rem;
}
