* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  background: #f9f9f9;
  font-size: 1.25rem;
}

.main-content {
  flex: 1;
  padding: 2rem;
  background-color: white;
}

/*Lábléc*/

.footer_background {
  background-color: #333; 
  color: white; 
  padding: 10px;
  display: flex;
  justify-content: center; /* középre igazítás */
  text-align: center; /* a szöveg is középre kerüljön */
}


footer {
  text-align: center;
  font-size: 0.9rem;
}

/*Címsorok*/

h1, h2, h3 {
  color: #273F4F;
  margin-bottom: 0.5rem;
  text-align: center;
  padding: 30px;

}

h1{
  font-size: 3.2rem;
}

h2{
  font-size: 2.5rem;
}

/*Táblázat*/

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  color: #EFEEEA;
}

th, td {
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #273F4F;
}

th {
  background-color: #273F4F;
}


/*Szöveg kozépre igazitása*/

.kozep {
  max-width: 1000px;
  margin: 0 auto; /* középre igazítás */
  padding: 0 1rem; 
}


/*Szekciók elkülönítése egymástól*/
.hatter
{
  background-color: #FE7743; 
  color: white; 
  padding: 20px;
  margin: 20px;
  border-radius: 20px;
}

.sorkoz
{
  margin-top: 20px;
  margin-bottom: 20px;
}


a.jatekcimsor {
  color: #273F4F;
}

a.jatekcimsor:visited h1 {
  color: #5f5d74;
}

.spoilerText
{
  color: rgb(190, 6, 6);
}
/* A carousel konténerének alap stílusa */


.carousel-button.next {
  right: 10px;
}

p, .kozep, .hatter {
  text-align: justify;
}

/*Akadálymentesség*/
#kontrasztGomb{
  text-align: right !important;
}

#kontrasztGomb button
{
  font-size: 150%;
  border: 2px solid black;
}


.skip-link {
  position: absolute;
  top: -9999px;
}

.skip-link:focus {
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #000;
  color: #fff;
  z-index: 1000;
}


@media (max-width: 768px) {
  .main-content {
    width: 100%;
    padding: 10px;
  }
  .video_kozep video {
    width: 100%; 
    height: auto;
  }
  #statisztika
  {
    display: none;
  }

  .kozep {
    padding: 0 0.5rem;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
  }
}
