@import url('https://fonts.googleapis.com/css?family=VT323');

body {
  color: #e0e2f4;
  font: normal 25px/1.25rem 'VT323', monospace;
  background-color: #000000;
}

h1, h2, h3, h4, p, a {
  color: #ffffff;
}

h1 {
  font-size: 4.75rem;
  line-height: 1.05em;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.25em;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: lighter;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.222em;
  font-weight: lighter;
}

.container {
  width: 90%;
  margin: auto;
  max-width: 640px;
}

.bsod {
  padding-top: 10%;
}

.bsod .neg {
  text-align: center;
  color: #450ea6;
}

.bsod .neg .bg {
  background: #aaaaaa;
  padding: 0 15px 2px 13px;
}

.bsod .title {
  margin-bottom: 50px;
}

.bsod .nav {
  margin-top: 35px;
  text-align: center;
}

.bsod .nav .link {
  text-decoration: none;
  padding: 0 9px 2px 8px;
}

.bsod .nav .link:hover,
.bsod .nav .link:focus {
  background: #3F51B5;
  color: #ffffff;
}
