body {
	height: 100vh;
	overflow: hidden;
	background: linear-gradient(225deg, rgb(18,18,18) 0%, rgb(82,82,82) 100%);
	font-family: Verdana;
}

p {
	vertical-align: middle;
	font-size: 1.1em;
	margin: auto;
	text-align: center;
	color: #d4d4d4;
	-webkit-filter: drop-shadow(2px 2px 0px rgb(18,18,18)); 
	filter: drop-shadow(2px 2px 0px rgb(18,18,18));
}

b {
	font-size: 1.3em;
	color: white;
}

.title {
	font-size: 2em;
	padding: .5em;
	font-weight: bolder;
	color: white;
	-webkit-filter: drop-shadow(3px 3px 0px rgb(18,18,18)); 
	filter: drop-shadow(3px 3px 0px rgb(18,18,18));
}

.logo {
	width: 30vw;
	height: 30vw;
	-webkit-filter: drop-shadow(5px 5px 0px rgb(18,18,18)); 
	filter: drop-shadow(5px 5px 0px rgb(18,18,18));
}

.footer {
	position: absolute;
	bottom: 1em;
	width: 100%;
	color: white;
}

.footer a {
	margin: 3.5em;
	cursor: pointer;
	text-decoration: none;
}

.footer img {
	-webkit-filter: drop-shadow(2px 2px 0px rgb(18,18,18)); 
	filter: drop-shadow(2px 2px 0px rgb(18,18,18));
}