body {
  margin: 0;
  background-color: #000;
  font-family: 'VT323', monospace;
  color: #eee;
  text-align: center;
}

.window-bar {
  background-color: #550000;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.7em 0;
}

.banner-container {
  font-size: 1.5em;
  white-space: pre;
  overflow: hidden;
  margin-bottom: 0.2em;
  line-height: 1.1em;
}

.banner-border {
  display: block;
  text-align: center;
  margin-bottom: 0.05em;
}

.happy-template {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.05em;
}

.time {
  font-size: 1em;
  color: #888;
  margin-bottom: 0.2em;
}

.bubb {
  font-size: 2em;
  color: #aa44ff;
  margin: 0.2em 0;
}

.students {
  font-size: 2em;
  color: #d0110091;
  margin: 0.2em 0;
}

.content {
  font-size: 1.2em;
}

.links a {
  display: block;
  margin-top: 0.1em;
  color: #00ff00;
  text-decoration: underline;
}