body {
  background-color: #000;
}

.logo {
  margin-top: 10%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 750px;
}

.mono {
  font-family: "Courier New", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, Courier, monospace;
  text-align: center;
  font-weight: 100;
  font-size: 30px;
  color: #fff;
}

.email {
  font-size: 20px;
  width: 75%
}