@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100'
* { margin: 0px; padding: 0px; }

html, body {
  font-family: 'Roboto Mono', monospace;
  background: transparent;
  height: 100%;
}
.container2  {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;  
  color: green;
  background-color: black;
  text-shadow: 2px 2px 5px white;
}
.text  {
  font-weight: 100;
  font-size: 28px;
  color: green;
  background-color: black;
  text-shadow: 2px 2px 5px white;
}
.dud {
	color: green;
	background-color: black;
	text-shadow: 2px 2px 5px white;
}
