body {
  font-family: Helvetica, sans-serif;
  background-color: black;
  color: white;
  text-align: center;
}

.box {
  max-width: 800px;
  margin: auto;
}

.contact {
  text-align: right;
  margin-top: 50px;
}

h1 {
  text-align: center;
}

a {
  color: white;
}
