* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
    background: #f5f8fb;
    color: #1f2937;
}

a {
    color: inherit;
    text-decoration: none;
}
