body {
    background-color:#2faacd;
  }


	
div {
    width: 600px;
height: 600px;
margin: 0 auto;

font-family: Comfortaa;
  color:#000;
  text-align: center;
  font-size: x-large;
  line-height: 2;
	position: absolute;
top: 50%;
left: 40%;
margin-top: -100px;
margin-left: -150px;  
}	


a:link {color: 	#2faacd; text-decoration: none;}

a:visited {color: #a279b6; text-decoration: none;}

a:hover {color: #ffffff;
  background-color: #2faacd;
  text-decoration: none;}	
	