@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    background-color: #d8a7b1; /* Pastell-Dunkelrosa */
    color: #000000;
}

.container {
    text-align: center;
    padding-top: 20vh;
}

h1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

p {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
}

