body, p {
    margin: 0;
    padding: 0;
}

#footer .menus li {
    display: inline-block;
    font-size: 14px;
    margin-right: 24px;
}

#footer .menus li a {
    color: #0070c9;
}

ol, ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

#header {
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#footer {
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

#support-container {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-image: url('/loadingBackground.png');
    color: #fff;
    font-size: 28px;
}

.btn {
    color: #0070c9;
    letter-spacing: 0.11rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
}