@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');

@page {
    size: 8.5in 11in;
    margin: 20mm;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: white;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0;
}

.flyer {
    max-width: 600px;
    margin: 0 auto;
    padding: 0.5in 20px 20px;
    box-sizing: border-box;
    background: white;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: black;
    font-weight: normal;
    text-shadow: none;
    font-family: 'Playfair Display', Georgia, serif;
}

h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 25px;
    color: black;
    text-shadow: none;
    font-family: 'Playfair Display', Georgia, serif;
}

p {
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 20px;
    color: black;
}

.qr-code {
    width: 200px;
    height: 200px;
    box-shadow: none;
}
