
@font-face {
  font-family: 'Masaaki-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Masaaki-Regula'), url("./Masaaki-Regular.otf") format("opentype");
}

body{ 
	background-color: #000000;
	font-size: 200%;
	width: 80%;
   	margin-left: auto;
   	margin-right: auto;
	/* background-color: #DDDDDD */
	color:#AAAAAA;
	font-family: 'Masaaki-Regular';
	text-align: center;
}
h1 {
  	font-weight: normal;
}
h2{
  	font-weight: normal;
}
h3{
  	font-weight: normal;
}
p{
  	font-weight: normal;
}
a{
	color: blue;
}

