body, html {
    background-color: #000000;
    color: #ffffff;
    font-size: 1.5rem; /* Nagyobb betűméret */
    line-height: 1.8;
}

nav, footer {
    background-color: #000000 !important;
    color: #ffffff;
}

.nav-link, .footer-link {
    color: #FFD700; /* Élénk sárga, jó kontraszt */
    font-weight: bold;
    text-transform: uppercase;
}
.header-text {
    color: #ffffff;
    font-size: 5rem;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

a {
    color: #FFD700;
    text-decoration: underline;
}

.gallery-cell img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 2px solid #FFD700;
}

.events-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    border: 2px solid #ffffff;
}

.events-table th, .events-table td {
    padding: 0.5rem;
    border: 1px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
}

.skip-link:focus {
    top: 0;
    left: 0;
    background-color: #FFD700;
    color: #000000;
    padding: 1rem;
    z-index: 1000;
}