* {
  margin: 0;
  padding: 0;
}

html {
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    background-color: white;
    color: black;
}

a,
a:hover,
a:visited {
    color: blue;
    text-decoration: underline;
}