body {
    font-family: 'Playfair Display', serif;
    background-color: #fdf6f8;
    color: #333;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    padding-top: 2em;
    min-height: 100vh;
    text-align: center;
}

.container {
    max-width: 90%;
    width: 400px; /* smaller container for better mobile viewing */
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.main-heading {
    font-size: 3rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #d147a3;
}

.text {
    font-size: 1.5rem;
    margin: 0;
}

.tagline {
    margin-bottom: 1em;
}

.date {
    font-style: italic;
}
