body {
	background-color: #333
}
h1 {
	color: #C00
}
h2 {
	color: #C00
}
p {
	font-size: large;
	color: #CCC;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px
}
img {
	margin-left: auto;
	margin-right: auto
}
.center {
	margin: auto;
	padding: 50px
}
div {
	align-content: center
}
a:link {
  color: #39F;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}