.MenuX,
.ArrangementenX {
    border: 2px solid #261600;
    border-radius: 10px;
    margin: 10px;
    padding: 12px 24px;
    font-size: 24px;
    color: #50C878;
    background-color: #241900;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

.MenuX:hover,
.ArrangementenX:hover {
    color: #23e965;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(144, 144, 144, 0.5);
    transform: translateY(-2px);
}

.OverOns {
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
}

.OverOnsInfo {
    text-align: center;
    margin: 20px auto 40px;
    font-size: 18px;
    color: #333;
    max-width: 800px;
    padding: 30px;
    background-color: #d5c3a5;
    border-radius: 10px;
    line-height: 1.8;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
}

@media (max-width: 600px) {
    .WLRS {
        width: 95%;
        margin-top: 30px;
    }

    .MenuX,
    .ArrangementenX {
        font-size: 18px;
        padding: 10px 16px;
        margin: 5px;
        display: block;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .OverOns {
        margin-top: 60px;
        font-size: 24px;
    }

    .OverOnsInfo {
        margin: 15px;
        padding: 20px;
        font-size: 16px;
    }
}