.welcome-container {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    color: black; /* Schriftfarbe auf schwarz setzen */
    border-radius: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-container h1 {
    font-family: 'Georgia', serif;
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Optionaler Schatteneffekt */
}

.welcome-container p {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.address {
    margin-top: 30px;
}

.address h3 {
    font-size: 24px;
    font-family: 'Georgia', serif;
    margin-bottom: 10px;
}

.address p {
    font-size: 18px;
}

.address a {
    color: #000000; /* Linkfarbe auf schwarz setzen */
    text-decoration: none;
}

.address a:hover {
    text-decoration: underline;
}
