h1 {
    text-align: center;
    color: #fff;
    font-size: 3em;
}

.banner {
    cursor: default;
    margin-top: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)),
        url("../img/duna-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kapcsolat-content {
    padding: 50px;
    flex: 1;
    background: url("../img/board.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 1024px;
    height: 958px;
    display: flex;
    align-items: center;
    justify-content: center;
}

table {
    margin-top: 160px;
    height: 200px;
}

th,
td {
    font-size: 38px;
    padding: 5px;
}

th {
    color: #000;
}

td {
    text-align: center;
    color: #000;
}

a {

    color: #000;
}

/*RESZPONZÍV NÉZET*/

@media (min-width: 820px) and (max-width: 1045px) {
    .container {
        margin-right: 0px;
        margin-left: 0px;
    }

    .kapcsolat-content {
        width: 800px;
        height: 848px;
    }

    th,
    td {
        font-size: 30px;
        padding: 5px;
    }
}

@media (min-width: 670px) and (max-width: 819px) {
    .container {
        margin-right: 0px;
        margin-left: 0px;
    }

    .kapcsolat-content {
        width: 650px;
        height: 608px;
    }

    th,
    td {
        font-size: 23px;
        padding: 4px;
    }
}

@media (min-width: 520px) and (max-width: 669px) {
    .container {
        margin-right: 0px;
        margin-left: 0px;
    }

    .kapcsolat-content {
        width: 500px;
        height: 468px;
    }

    th,
    td {
        font-size: 18px;
        padding: 4px;
    }
}

@media (min-width: 360px) and (max-width: 519px) {
    .container {
        margin-right: 0px;
        margin-left: 0px;
    }

    .kapcsolat-content {
        width: 330px;
        height: 281px;
    }

    th,
    td {
        font-size: 12px;
        padding: 2px;
        text-align: left;
    }
    table{
        margin-left: 10px;
        margin-top: 85px;
        height: 100px;
        max-width: 200px;
    }

    td{
        width: 50px;
    }

}


@media (min-width: 360px) and (max-width: 375px) {
    .banner {
        margin-top: -5px;
    }
}