* {
}

body {
	margin: 0;
	background-color: #3a3a3a;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.main {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.logo {
	color: #1a9bef;
	font-size: 60vh;
	filter: drop-shadow(0px 5px 10px black);
}

.name {
	color: white;
	text-decoration: none;
	font-size: 4vh;
}

.mail {
	color: white;
	font-size: 2vh;
}