body {
    background-color: #1a1814;
    /* Világos kép, halvány fátyol */
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../rajzok/rajz2.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    /* Halvány fehér enyhén dőlt betűk */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    font-family: 'Courier New', Courier, monospace;
    padding: 50px;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.253);
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: 4px;
}

.menu-box {
    margin-top: 50px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 18px;
    font-size: 1.2em;
}

a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-shadow: 0 0 15px #ffffff;
    padding-left: 10px;
    color: #ffffff;
}

.konyv-link {
    margin-top: 40px;
    padding-top: 20px;
}

.labjegyzet {
    margin-top: 100px;
    font-size: 0.8em;
    opacity: 0.7;
}
