body {
background-color: #000;
color:#fff;
font-size:15px;
}

.wrapper{
	width: 900px;
	margin: auto;	
}

.link:hover{
text-decoration: none;
}

a {
	color: inherit;
	text-decoration: none;
  }

.agdasima-regular {
	font-family: "Agdasima", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .agdasima-bold {
	font-family: "Agdasima", sans-serif;
	font-weight: 700;
	font-style: normal;
  }