body {
  background-color: black;
  color: white;
  font-family: Verdana;
}
.center, .start {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1,h2,h3,h4,h5,h6 {
  text-align: center;
}

p {
  text-align: center;
}

.smol {
  text-align: center;
  color: #676767;
  font-size: 9px;
}

#link { color: #FFFFFF; }