header {
    background: rgb(0, 0, 0);
    background-image: url(../img/black-wooden-plank-textured-background.jpg);
    border-radius: 15px;
    box-shadow: 5px 5px 5px;
}

body {
    background-image: url(../img/asfalt--light--1920x1080.png);
}


.first {
    text-align: center;
}

p {
    color: rgb(5, 3, 3);
}

.tajekoztato {
    margin-top: 40px;
    font-weight: bold;
    font-style: italic;
    color: rgb(248, 216, 177);
}

#telefon {
    color: rgb(255, 255, 255);
    background-color: #7a4312;
    background-image: url(../img/45-degree-fabric-light.png);
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
}
.akcio{
    color: rgb(255, 255, 255);
    background-color: #363636;
    background-image: url(../img/45-degree-fabric-light.png);
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: xx-large;
}

@media (max-width: 768px) {

    .akcio {
        padding: 10px;

        font-size: 12px;
    }

}
.edit{
    color: white;
    font-size: 20px;
}
.kepek{
    margin-top: 25px;
    margin-bottom: 25px;
    }

/* Táblázat */
@media (max-width: 768px) {

    .my-table td,
    #telefon,
    .my-table th {
        padding: 5px;

        font-size: 8px;
    }

}

table {
    color: rgb(0, 0, 0);

}

table {
    border-collapse: separate;
    border-spacing: 0 5px;


}

td {
    background-color: #7a4312;
    background-image: url(../img/45-degree-fabric-light.png);
    padding: 15px;
    box-shadow: 2px 2px 2px black;
    color: white;

}

th {

    background-color: #331801;
    background-image: url(../img/45-degree-fabric-light.png);
    padding: 15px;
    box-shadow: 2px 2px 2px black;
    font-family: 'Quicksand', sans-serif;

}

.rounded-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rounded-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.betuszin {
    color: white;
    font-family: 'Quicksand', sans-serif;
}
/*Footer*/
:root {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }
  body {
    height: 100vh;

  }
  .footer {
 
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: rgba(85, 84, 84, 0.5);
    color: white;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
  }