#plus18 {
    transition: all .5s linear;
}

.modal {
    background-color: rgba(255, 255, 255, .99);
    height: 100%;
    width: 100%;
}

@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
    .modal {
        background-color: rgba(255, 255, 255, .5);
        -webkit-backdrop-filter: blur(2em);
        backdrop-filter: blur(2em);
    }
}

.modal-content {
    background: rgb(37, 42, 48);
}

.over18 {
    background: rgb(231, 145, 0);
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 21px;
    border: none;
    letter-spacing: 2px;
    border-radius: 2px;
}

.over18:hover {
    background: rgb(255, 175, 30);
}

.under18 {
    color: rgb(231, 145, 0);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(231, 145, 0);
    float: left;
    letter-spacing: 2px;
    border-radius: 2px;
}

#plus18Title {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-bottom: 1rem;
}

.plus18-modal-logo, .plus18-sign {
    max-height: 45px;
}

.plus18-header {
    margin: 1rem 1rem 0 1rem;
    border: none;
    padding: 0;
}

.plus18-body {
    margin: 0 1rem 1rem 1rem;
    font-size: 18px;
    line-height: 21px;
    color: rgb(255, 255, 255);
}

.plus18-footer {

}

.plus18Text {
    justify-items: center;
}