body {
	background-image:url('navy.png');
}
a {
	text-decoration: none;
	color: white;
}
.container {
	position: relative;
	text-align: center;
}

.heading {
	position: absolute;
	width: 100px;
	text-align: center;
vertical-align: middle;
	top: 2px;
	font-size: 50px;
	color: white;
	font-family: Cooper Black;
	left: 38%;
}

.heading:hover {
	cursor: pointer;
	text-decoration: underline;

}

a:active {
  color:  rgb(204, 255, 51);
  }

.Title {
	color: white;
	font-family: Passion One;
	font-size: 50px;
}

.Title:hover {
	color: rgb(204, 255, 51);
	cursor: auto;
}

.Description {
	color: white;
	font-size: 25px;
	cursor: auto;
}

