.container {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, #004C70, #007AB0);
}

.logo {
	height: auto;
	width: 40%;
}

.title{
	margin-top: 2em;
	margin-bottom: 2em;
	height: auto;
	width: 40%;
	user-select: none;
	-webkit-user-drag: none;
}

.link {
	position: relative;
	font-size: 4.5vh;
	font-family: 'calibri';
	font-weight: lighter;
	font-style: italic;
	color: #fff;
	margin-top: 4vh;
	text-decoration: none;
	transition: color 0.5s ease-out;
	border: 1px solid #fff;
	padding: 0.15em 0.8em;
	text-align:center;
	letter-spacing: 0.5vh;
	user-select: none;
}

.link:hover {
	color: #007AB0;
	background-color: #fff;
	border: 1px solid #fff;
}

.footer {
	position: relative;
}
.footer p {
    color: #fff;
}
