@charset "utf-8";

/* CSS Document */

*,
body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    color: #333;
    width: 100%;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
}

.privacy {
    padding: 2rem;
}

.privacy h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 6rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-top: 1rem;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin: 3rem 0 1rem;
}

.privacy h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin: 2rem 0 1rem;
}

.privacy a {
    color: #3C86FE;
    text-decoration: underline;
}

.privacy a:hover {
    text-decoration: none;
}