#gate-overlay{
    background-image: url(/images/gate/gate_bg.jpg);
    background-size: 100% 100%;
    overflow: scroll;
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: #345737;
}

#gate-notif{
    margin: 100px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    min-height: 100%;
}

#gate-warning{
    justify-self: center;
    width: min(1000px, 100%);
    max-width: fit-content;
}

.gate-msg-line{
    display: block;
    clear: both;
    margin: 10px
}

.gate-msg-line img{
    height: 150px;
    width: auto;
    float: left;
    margin-right: 10px;
}

.gate-msg-line, #gate-conf{
    font-family: Augie, 'Comic Sans MS', sans-serif;
}

#gate-email{
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
}

.gate-msg-line h2{
    font-size: 36px;
}

#gate-r18, #gate-access-msg{
    /* color: #feb3b3; */
    color: #eca9a9;
}

#gate-spoilers, #gate-mobile{
    /* color: #ffdd7e; */
    color: #e2c472;
}

.gate-msg-line p{
    font-size: 16px;
    /* color: white; */
    color: rgb(228, 228, 228);
    line-height: 1.1em;
}

#gate-overlay strong{
    font-weight: bold;
}

#gate-conf p{
    font-size: 24px;
}

#gate-overlay button{
    display: inline-flex;
    align-content: center;
    cursor: pointer;
    background-color: #e9e46f;
    border: none;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 3px 3px 2px gray;
    margin: 20px;
    padding: 10px;
    transform: rotate(-0.35deg);
    font-family: Augie, 'Comic Sans MS', sans-serif;
    font-size: 20px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    flex-grow: 0;
    width: fit-content;
    height: fit-content;
}

#gate-overlay button:hover *{
    filter: brightness(1.1);
}

#gate-overlay button p{
    align-self: center;
    height: fit-content;
}