.copyright {
    width: 100%;
    padding: calc(5* var(--vw-base)) 0;
    text-align: center;
    background-color: #343434;
    color: #ffffff;
    text-align: center;
    font-size: calc(18* var(--vw-base));
    font-family: "Lato-Light";
    letter-spacing: 0.3em;
    z-index: 10;
}

.copyright .cn {
    font-size: calc(18* var(--vw-base));
    font-family: "Noto Sans TC";
    font-weight: 400;
    letter-spacing: 0.3em;
}

.copyright a {
    color: #ffffff;
}