body {
	background-color: white;
	color: blue;
	margin-top: 4%;
	margin-left: 2%;
	margin-right: 2%;
}

a:link, a:visited, a:hover, a:active {
	color: blue;
	text-decoration: none;
}

p {
	text-align: center;
	color: blue;
}

img {
	border: 0;
}

div {
	display: grid;
	place-items: center;
	min-height: 100vh;
}

#top {
	position:fixed;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#middle {
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#bottom {
	position:fixed;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}