@font-face {
    font-family:'GenJyuuGothic-Normal';
    src: url(GenJyuuGothic-Normal.ttf);
}
body{
    font-family:"GenJyuuGothic-Normal",monospace;
    background-color: rgb(243, 244, 245);
    link{color:rgb(9, 160, 202);}
    vlink{color:rgb(98, 99, 126);}
    alink{color:rgb(9, 166, 223);}
}
h1{color:rgb(239, 239, 239);
   font-size:200%;
   background-color: rgb(60, 60, 141);
   text-align:center;
}
h3{color:rgb(248, 139, 102);
    text-align:center;
    background-color: rgb(234, 234, 234);
}
p{color:rgb(22, 37, 50);
  text-align:center;
}