@media (max-width: 500px) {
    .navbar {
        width: 100%;
        padding-right: 100%;
        margin-bottom: 1rem;
    }

    .navbar-nav {
        width: max-content;
    }
}

@media (min-width: 500px) {
    .navbar {
        margin-bottom: 1rem;
    }

    .authenticated-user {
        position: absolute;
    }
}

.super-container {
}

.container {
    padding: 0;
}

.authenticated-user {
    text-align: left;
    right: 10px;
}

.credit-footer {
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
}


.adult-message {
    z-index: 2;
    filter: unset;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-content: center;
    justify-content: center;
    width: 900px;
    height: 500px;
    margin: auto;
}

.hide-content {
    display: none;
}

.blur-filter {
    filter: blur(200px);
    pointer-events: none;
}

.adult-message-header {
}

.adult-message-text {
}

.adult-message-buttons {
}

.adult-message-button-enter {
    margin-right: 2rem;
    width: 10rem;
}

.adult-message-button-exit {
    width: 10rem;
}

.seperator {
    line-height: unset;
    height: max-content;
    font-size: 100%;
}

footer {
    margin-top: 3rem;
}