body {
  font-family: Bitter, Serif;
  color: whitesmoke;
  margin: 0;
  padding: 0;
  background-color: black;
}

.container {
  width: 100%;
  margin: 0 auto;
  margin-left:5px;
}

h1 {
  font-weight: bolder;
  text-align: left;
  font-size: 100px;
}

.content {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 5px;
  font-size: 60px;

}

.contact {
font-size: 40px;
text-align: left;
}

 .button {
  float: right;
  background: whitesmoke;
  border-radius: 2px;
  font-family: Bitter;
  margin: 5px;
}

.nav > button > a {
  color: #0F1112;
}

ul {
  list-style: none;
  display: inline;
}

.list {
margin-left: 10px;
}

a {
  text-decoration: none;
}

a:link {
  color: whitesmoke;
}

a:visited {
  color: #7F6B00;
}

a:hover {
  color: #A5974C;
}

a:active {
  color: #A5974C;
}

