    @charset "utf-8";
    /* CSS Document */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        font-size: 62.5%;
        color: #fff;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
        background: #191818;
        height: 100%;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .main {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: calc(100% - 100px);
    }
    
    .logo {
        width: 200px;
    }
    
    .name {
        font-size: 3rem;
        margin-top: 1rem;
    }
    
    footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0;
        background: #B6B3B3;
        z-index: 99;
        color: #333;
        text-align: center;
        padding: 3rem 5rem;
    }
    
    .foo {
        border-top: 1px solid #191818;
        text-align: right;
    }
    
    .foo a {
        color: #fff;
        font-size: 2rem;
        line-height: 200%;
    }
    
    .foo a:last-child {
        margin-left: 3rem;
    }
    
    .privacy {
        padding: 5rem 8rem;
        color: #fff;
    }
    
    .privacy h1 {
        text-align: center;
        font-size: 3rem;
        line-height: 6rem;
        margin-bottom: 2rem;
    }
    
    .privacy p {
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-top: 1rem;
    }
    
    .privacy li {
        margin-top: 2rem;
    }
    
    .privacy h3 {
        font-size: 2.4rem;
        line-height: 3rem;
        margin: 3rem 0 1rem;
    }
    
    .privacy h4 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin: 2rem 0 1rem;
    }
    
    .privacy a {
        color: #06c37f;
    }