
body {
	background: rgba(0,23,51,0.90);
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100vh;
	overflow: hidden;
}

.logo {
	width: 9em;
}

.contact {
	position: fixed;
	bottom: 2em;
	right: 2em;
	color: white;
	font-family: sans-serif;
	font-size: 0.8em;
}
