resets.scss
html,
body {
margin: 0;
height: 100%;
width: 100%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-family: 'Noto Sans JP', sans-serif;
}
a {
color: white;
text-decoration: none;
cursor: pointer;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}