@font-face {
  font-family: AZURETITLE;
  src: url(NotoSansJP.otf);
}

body {
  background-color: black;
}
p {
  color: white;
  font-family: "Segoe UI", "Open Sans", "Consolas", sans-serif;
  font-size: 16pt;
}
h1 {
  color: white;
  font-family: "Segoe UI", "Open Sans", "Consolas", sans-serif;
}
#gamebanner {
  margin: 0 auto;
}
#azure {
  font-family: "AZURETITLE"
}
