@import "https://fonts.googleapis.com/css?family=VT323";
body,
h1,
h2,
h3,
h4,
p,
a {
  color: #e0e2f4;
}

body,
p {
  font:
    normal 28px/1.25rem "VT323",
    monospace;
}

h1 {
  font:
    normal 2.75rem/1.05em "VT323",
    monospace;
}

h2 {
  font:
    normal 2.25rem/1.25em "VT323",
    monospace;
}

h3 {
  font:
    lighter 1.5rem/1.25em "VT323",
    monospace;
}

h4 {
  font:
    lighter 1.125rem/1.2222222em "VT323",
    monospace;
}

body {
  background: #0414a7;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.bsod {
  padding-top: 10%;
}
.bsod .neg {
  text-align: center;
  color: #0414a7;
}
.bsod .neg .bg {
  background: #aaaaaa;
  padding: 0 15px 2px 15px;
}
.bsod .title {
  margin-bottom: 50px;
}
.bsod .nav {
  margin-top: 25px;
  text-align: center;
}
.bsod .nav .link {
  text-decoration: none;
  padding: 0 9px 2px 8px;
}
.bsod .nav .link:hover,
.bsod .nav .link:focus {
  background: #aaaaaa;
  color: #0414a7;
}
