body {
    background-color: #2e323e;
    color: #eee;
}

#splash {
    font-family: monospace;
}

#splash #logo {
  display: block;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#splash h1 {
    text-align: center;
}

#splash p {
    text-align: center;
}