
@font-face {
  font-family: Roboto-Medium;
  src: url(/fonts/roboto/Roboto-Medium.ttf);
}

body {
	background-color: #000;
	color: #fff;
	font-family: Roboto-Medium;
}

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

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.margin_top {
	margin-top: 10%;
}