@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #121212;
  color: #eeeeee;
}

h1 {
  color: #00fff7;
}

.logo {
  width: 170px;
  height: auto;
}
