body{
	animation: transitionIn 0.75s;
}

@keyframes transitionIn{
	from{
		opacity: 0;
		transform: translateY(-10px);
		transform: translateX(-10px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}
h1{
	vertical-align: middle;
	text-align:center;
	color: #1746A2;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
h2{
	vertical-align: middle;
	text-align:center;
	color: #1746A2;
	font-family: 'Roboto', sans-serif;
	
	
	
}
body{
	background-image: url("Start.jpg");
	background-size: cover;
	
}
a:link{
	
	color: #7895B2;
	text-decoration: none;
}
a:visited{
	color: #7895B2 ;
}
a:hover{
	color: #AEBDCA ;
}
