body {
	background-color:black;
	color:white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.comic-sans-centered {
    font-family: "Comic Sans MS", cursive, sans-serif; /* Fallback fonts are important */
    text-align: center;
  }


div {
  margin: 100px;
}

a:link {
  text-decoration: none;
  color:white
}

a:visited {
  text-decoration: none;
  color:white
}

a:hover {
  text-decoration: underline;
  color:white
}

a:active {
  text-decoration: underline;
  color:white
}
