/* Základné štýly pre telo stránky */
body {
    font-family: 'Playfair Display', serif;
    margin: 0;
    padding: 0;
}

/* Prípadne ďalšie štýly pre iné sekcie stránok */
main {
    padding: 20px;
}

h1 {
    color: #333;
    font-size: 2rem;
    text-align: center;
    margin-top: 20px;
}

p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.5;
    text-align: center;
}
