body {
	background-color: White;
}

.container {
	height: 100%;
	width: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
}

.logo {
	color: DeepSkyBlue;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 10vw;
}
a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }
