html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #000;
  color: #00df00;
  font-family: 'VT323', 'Courier', monospace;
  font-size: 24px;
}

pre {
  margin: 0;
}

.logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.white {
  font-size: 1.275em;
  color: white;
  text-shadow: 0 0 20px rgba(255,255,255,0.5);
}

.info-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.info {
  display: inline-block;
  width: 40em;
  text-align: center;
}
.yellow {
  font-size: 1.575em;
  color: white;
  text-shadow: 0 0 20px rgba(255,255,255,0.5);
}

html, body {
  margin: 0;
  height: 100%;
}