@charset "UTF-8";
/* CSS Document */
html {
  font-size: 10px;
  width: 100%;
  box-sizing: border-box;
}
body {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  background: #000;
  color: #fff;
}
*, *:before, *:after {
  box-sizing: border-box;
}
li {
  list-style: none;
  color: #fff;
}
a {
  text-decoration: none;
  color: #fff;
}