body {
  background-image: url('lunar website background.png');
  background-repeat: repeat;
  background-attachment: fixed;
}

h1 {
	font-family: MonsOlympia;
  color: #6DB8F0;
  text-align: center;
}

p {
  color: #6DB8F0;
  font-family: Bitter;
  font-size: 18px;
}

ul {
	color: #6DB8F0;
	font-family: Bitter;
	font-size: 18px;
}

h2 {
	color: #6DB8F0;
	font-family: Bitter;
}

h3 {
	color: #6DB8F0;
	font-family: Bitter;
}

div {
	color: #32a1fa;
	font-family: Bitter;
}

hr {
  border: 0;
  border-top: 2px solid #32a1fa;
}


a:link {
  color: #7ecb27;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
