@font-face {
  font-family: RobotoMono;
  src: url('Robotomono.ttf');
}

html {
	font-family: RobotoMono;
	padding: 20px;
	background-color:#a0b0ac;
	font-size:30px;
}