
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'Roboto Mono', monospace;
  background: #0a093a;
  color: #FAFAFA;
  min-height: 100vh;
}

.container {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.text {
  font-weight: 100;
  font-size: 28px;
  color: #fbff00;
  text-align: center;
  max-width: 900px;
  line-height: 1.5;
}

.gw-glitched {
  color: #ff57cd;
}
