.kocka{
    width: 100px;
    height: 100px;
    background-color: rgb(179, 179, 179);
}
h1{
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    padding: 12px;
    border-style: none;
    margin: 0 auto;
    width: 700px;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
}
p {
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
table{
    margin: 10px auto;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    float: none;
    color:rgb(0, 0, 0);
    width: auto;
    height: auto;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.tablazatdoboz{
    height: 450px;
    width: fit-content;
    border-style: solid;
    border-color: black;
    background-color:  rgb(209, 204, 204);
    display: block;
    margin: 0 auto;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
}
.kép{
    background-image: url(Képek/Kabala/Kabala.jpg);
    width: 1300px;
    height: 880px;
    background-repeat: no-repeat;
}
html{
    align-content: center;
}
@media screen and (max-width: 768px) {
    h1 {
        width: 90%;
        font-size: 20px;
        height: auto;
        margin-bottom: 1cm;
    }
    p {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    table {
        width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    table tbody,
    table tr {
        display: block;
    }
    table tr {
        display: flex;
        flex-wrap: wrap;
        padding: 4px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }
    table td, table th {
        display: inline-block;
        padding: 2px 6px;
        flex: 1 1 auto;
    }
    .tablazatdoboz {
        height: auto;
        width: 100%;
    }
}
.aktiv-menu .lenyilospacer {
    color: #f5dfa0 !important;
    border-bottom: 2px solid rgba(220, 185, 130, 0.9);
}