@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';
html,
body {
  font-family: 'Roboto Mono', monospace;
  
}
.container {
  
  
  justify-content: center;
  align-items: center;
  display: absolute;
}
.text {
  font-weight: 100;
  font-size: 52px;
  color: #fafafa;
}
.dud {
  color: #757575;
}