@charset "utf-8";
/* CSS Document */

html{
	width: 100%;
	height: 100%;
	padding:0;
	display: flex;
	align-items: center;
	justify-content:space-around;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("img/fd.png");
  	background-size: contain;
}

body{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content:space-around;
}

#logo{
	background-size: contain;
	width: 270px;
	height: 93px;
	margin-bottom: 10px;
}

a, a:link, a:visited{
	list-style-type: none;
	color:white;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
	

}
