#anfahrt {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    color: #4F0E05;
    font-family: 'BaskervilleCustom', serif;
}

#map {
    height: 300px;
    width: 100%;
    margin-top: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
