html {
    scroll-behavior: smooth;
}

body {
    font-family: "Hiragino Kaku Gothic ProN";
    color: #333;
}

p {
    font-size: 20px;
    line-height: normal;
    text-align: start;
}

h1 {
    color: white;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}

h2 {
    font-size: 32px;
    @media screen and (max-width:499px) {
        font-size: 24px;
    }
}

a {
    color: #333;
    text-decoration: none;
}