body {
    background: white;
    color: black;
    font-family: Georgia, serif;
    font-size: 12pt;
    margin: 2cm;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 1.5cm;
}

header, nav, footer, .social-links, .carousel, .facebook-event {
    display: none !important;
}

main {
    padding: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    font-size: 10pt;
    color: black;
}

th, td {
    border: 1px solid black;
    padding: 4px 8px;
    text-align: left;
}

h2 {
    color: black;
    background: none;
    text-align: center;
    font-size: 14pt;
}

img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

@page {
    margin: 2cm;
}

@page :right {
    @bottom-right {
        content: "Oldal " counter(page);
        font-size: 10pt;
    }
}