html {
  font-size: 100%;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}
body
{
  font-size: 1rem;
  background-image: url('image.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Times New Roman', Arial, sans-serif;
}
p, li, td {
  font-family: sans-serif;
  font-size: 1rem;
}
body.dark-mode .tartalom {
  background-color: #1e1e1e;
  color: #e0e0e0;
}
.tartalom {
  background-color: white;
  max-width: 900px;
  margin: auto;
  padding: 2rem;
  border-radius: 8px;
}
nav {
  background-color: #e0e0e0c5;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #c4c2c2;
}
table, th, td
{
    border: 1px solid black;
    border-collapse: collapse;
}
img, video
{
  max-width: 100%;
  height: auto;
}
a:link {
  color: blue;
  text-decoration: underline;
}
a:visited {
  color: purple;
}
p,ul,li
{
  text-align: left;
}
@media print {
  header,
  nav,
  footer,
  .darkmode,
  video,
  .ratio,
  video,
  aside
  {
    display: none !important;
  }
  img {
    max-width: 50% !important;
    height: auto !important;
  }

}
.aktualis
{
  font-weight: bold;
  color: red !important;
  text-decoration: underline;
}
.ugras-tartalomra
{
  position: absolute;
  top: -1000px;
  left: -1000px;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
}

.ugras-tartalomra:focus
{
  top: 0;
  left: 0;
}
th {
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
}


