

html, body {
	margin: 0;
	box-sizing: border-box;
	font-family: monospace;
}




body {
  background-color: black;
  color: whitesmoke;
  font-family: bitmap;
  }
  
 div {
	  text-align: center;
	  border: none;
  }
  
#bigger {
 font-size: 20px; 
}


a:link, a:visited, a:focus, a:active {
  color: white;
  text-decoration: none;
} 

a:hover {
	text-decoration: underline;
}