html {
  background-color: #242424;
font-family: incon;
display: flex;
  color: #aaaaaa;
  justify-content: center;
}

.description {
font-family: incon;
display: flex;
color: #ffffff
}
nav {
  margin: 25px;
  border: 1px solid #111111;
padding: 0 15px;
 display: flex;
 justify-content: center;
  width: 100%;
  border-bottom: #111111;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  color: #aaaaaa;
}

nav li {
  float: left;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


@font-face {
  font-family: "incon";
  src: url("fonts/Inconsolata-Black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}