h1, h2, p{
	color: white;
	text-shadow: 1px 1px 5px lightskyblue;
	font-family: monospace;
}

a{
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 20px 5px;
	width: 100%;
	font-weight: 100;
/*	letter-spacing: 2px;*/
	font-family: "comic sans ms", cursive;
	text-shadow: 1px 1px 5px lightskyblue;
}
a:hover{
	color: lightblue;
	font-size: 20px;
	text-shadow: 1px 1px 5px lightskyblue;
}
li {
  list-style-type: none; /* removes the dot */
  padding: 0;
  margin: 0;
}
.terms-of-service {
  display: inline; /* Keep it in the same line */
  margin: 0; /* remove weird margins */
  padding: 0; /* remove weird paddings */
  font-family: monospace;
}