body {
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
  background-color: #595957;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}


h1 {
  text-align: center;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 40px;
  color: white;
}

p {
  text-align: center;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 29px;
  color: white;
  width: 100%;
}