#helfen {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    color: #4F0E05;
    font-family: 'BaskervilleCustom', serif;
}

.helfen-box {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: left;
}

.helfen-box h3 {
    margin-top: 0;
    color: #304D02;
    font-family: 'BaskervilleCustom', serif;
}

.helfen-box ol {
    margin: 0;
    padding-left: 1.2rem;
}

.helfen-box li {
    margin-bottom: 0.8rem;
    font-family: 'AmaticBold', cursive;
    font-size: 1.3rem;
}

.helfen-box a {
    color: #304D02;
    text-decoration: underline;
}

.helfen-box a:hover {
    text-decoration: none;
}
