.schneidler_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    display: flex;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.schneidler_greeting {
    color: white;
}

.schneidler_close {
    position: absolute;
    top: 80px;
    right: 30px;
    color: white;
    background: none;
    border: none;
}
