@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';
html,
body {
  height: 100%;
}
.container {
  height: 100%;
  width: 100%;
  padding-top: 5em;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text {
  font-family: 'Roboto Mono', monospace;
  font-weight: bold;
  font-size: 28px;
  color: #fafafa;
}
.dud {
  color: #757575;
}
