#footer-background {
    box-sizing: border-box;
    width: 100%;
    background-color: var(--container-background);
    background-attachment: fixed;
    background-position: center;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
}

#footer-box {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    background: var(--forum-background);
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-color: var(--main-text);
    text-transform: uppercase;
}

.link {
    width: auto;
    margin: 3px auto;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
    background: var(--forum-background);
    font-size: 8px;
    color: var(--main-text) !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}