.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--waixing-primary-color);
}
.footer_text {
    font-family: var(--waixing-primary-font);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.footer_text a {
    color: var(--waixing-primary-color);
    text-decoration: none;
}
.footer_text a:hover {
    color: var(--waixing-secondary-color);
}