.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: 300px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}
table{
    margin: 0 auto;
    text-align: left;
    font-family: 'Times New Roman';
    font-size: 16px;
    float: center;
    color:rgb(0, 0, 0);
    width: auto;
    height: auto;
    
}
.tablazatdoboz{
    height: 450px;
    width: fit-content;
    border-style: none;
    border-color: black;
    background-color: #b8ad9d;
    display:table;
}
@media screen and (max-width: 768px) {
    h1 {
        width: 90%;
        font-size: 24px;
    }
    .tablazatdoboz {
        height: auto;
        width: 100%;
        display: block;
        
    }
    .tablazatdoboz table,
    .tablazatdoboz tbody,
    .tablazatdoboz tr {
        display: block;
        width: 100%;
    }
    .tablazatdoboz tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .szemely-cella {
        display: block;
        width: 90%;
        text-align: center;
        padding: 16px 0;
    }
    .szemely-cella img {
        width: 90%;
        max-width: 300px;
        height: auto;
        margin: 0 auto 10px auto;
        display: block;
    }
}
.aktiv-menu .lenyilospacer {
    color: #f5dfa0 !important;
    border-bottom: 2px solid rgba(220, 185, 130, 0.9);
}