body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('wood.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding-bottom: 80px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: center;
}

.doboz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.doboz div {
    text-align: center;
}

.doboz img {
    width: 150px;
    height: 150px;
    border: 2px solid #333;
    border-radius: 10px;
}

.image-link {
    display: block;
    margin-top: 10px;
    color: #007BFF;
    text-decoration: none;
    font-size: 1.2rem;
}

.image-link:hover {
    text-decoration: underline;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%;
}

.bezaras {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.bezaras:hover {
    color: #ccc;
}

details {
    margin: 20px auto;
    width: 80%;
    max-width: 800px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
    background-color: #f4f4f4;
}

th {
    background-color: #f4f4f4;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}

.kontraszt-gomb {
    position: fixed;
    bottom: 1rem;
    right: 1.25rem;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
    z-index: 1001;
}

.kontraszt-gomb:hover {
    background-color: #0056b3;
}

.betumeret-valto {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1001;
}

.betumeret-valto button {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
    margin: 5px;
}

.betumeret-valto button:hover {
    background-color: #0056b3;
}

.vissza {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    font-size: 1.125rem;
    color: #007BFF;
    text-decoration: underline;
    font-family: 'Arial', sans-serif;
}

.vissza:hover {
    text-decoration: none;
}