h1 {
  font-family: 'M PLUS 1', sans-serif;
  color: #feb501;
  text-align: center;
  font-size: 92.0px;
  font-weight: 900;
}
h2{
  font-family: 'M PLUS 1', sans-serif;
  color: #feb501;
  text-align: center;
  font-size: 56px;
  font-weight:200;
}
p
{
  font-family: 'M PLUS 1', sans-serif;
  color: #feb501;
  text-align: center;
  font-size: 9.2px;
  font-weight:200;
}
a:visited {
  color: #feb501;
}
body {
  background-color: #012e9f;
}