@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';

html, body {
  font-family: 'Roboto Mono', monospace;
  background: #212121;
  height: 100%;
  overflow: hidden;
}

.container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
  
.text {
  align-items: center;
  font-weight: 100;
  font-size: 2em;
  color: #f6f6f6;
}

a {
  color: #ae81ff;
}
