html {
  font-size: 62.5%;
  width: 100%;
}
  
body {
  color: #fff;
  font-size: 1.6em;
  font-family: "Noto Sans JP", "sans-serif", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "YuGothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 2.4rem;
  background-color: black;
}
  
a:hover {
  opacity: 0.5;
}
  
*,
*:before,
*:after {
  box-sizing: border-box;
}