h1,
h2,
h3,
p,
a {
  color: #292929;
}

nav {
  font-size: 25px;

  position: absolute;
  top: 20px;
  right: 0;

  margin-right: 40px;
}

nav a {
  text-decoration: none;
  padding: 10px 20px;
  border-right: solid #444 3.5px;
}

h1 {
  position: absolute;
  top: 0;
  left: 20px;

  margin-top: 20px;

  font-size: 50px;
}

h2 {
  margin-top: 150px;

  font-size: 35px;

  text-align: center;
}
p {
  text-align: center;
  font-size: 30px;
  width: 1000px;
}
