@font-face 
	{
  		font-family: "Albertus Nova";
  		src: url("fonts/AlbertusNova.ttf");
	}

body
	{
		margin-top: 10%;
	  	font: 100 16px/30px "Albertus Nova";
	  	text-align: center;
	  	color: white;
	  	background-image: url("imgs/stars.png");
	}

a
	{	
		text-decoration: none;
		color: white;
		margin: 2%;
	}
				
a:hover
	{
		opacity: 50%;
	}