:root {
    --mdc-text-button-label-text-transform: none;
}

body {
    margin: 0;
    font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
}

a, a:visited {
    color: #1891d5;
    text-decoration: none;
}

.main-container {
    max-width: 870px;
    margin: auto;
    padding: 20px 50px;
    padding-bottom: 20px;
    padding-bottom: 2%;
    background: #fff none repeat scroll 0 0;
}

.content {
    flex: 1;
    padding: 1em;
    overflow: auto;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    background-size: cover;
}

.background-image img, .background-image object {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head {
    background-color: #2c2c34;
}

#head #head-content a {
    color: #fff;
    text-decoration: none
}

@media all and (max-width:770px) {
    .user-menu p {
        display: none
    }

    #LogInHere {
        padding: 5px 8px 5px 8px !important
    }
}

footer {
    position: fixed;
    bottom: 0;
    background-color: #242424;
    width: 100%;
    color: white;
    font-size: 1rem;
}

footer div {
    flex-shrink: 1;
    text-align: center;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
}

footer div .footer-copy-right {
    color: #9c9c9c;
}

footer div .links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    color: #1891d5;
}
