body {
	background-color: black;
	height: 100%;
	width: 100%;
	margin: 0%;
	color: white;
}

a {
	transition: all 0.35s ease;
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: transparent;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.70);
}

h2 {
	margin: 1%;
	font-family: "helvetica";
	font-style: normal;
	letter-spacing: 1px;
	font-size: 10px;
}

.peephole {
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	margin-top: 12%;
}