body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  background-image: url('https://epiteszforum.hu/uploads/images/2021/01/1920_epiteszforum-irany-pecs--europa-kulturalis-fovarosanak-helyszinei-tiz-ev-utan-3-90-2021-01-22-145047.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

main.container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 2rem;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem;
}

header {
  background-color: #004d40;
  color: white;
  padding: 1rem 0;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/1/1c/P%C3%A9cs_Sz%C3%A9chenyi_t%C3%A9r.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 8px;
}

.main-image,
iframe,
video {
  width: 100%;
  max-width: 800px;
  height: 450px;
}


.highlights .highlight {
  background-color: white;
  padding: 1rem;
  margin-bottom: 1rem;
  border-left: 5px solid #00796b;
  border-radius: 4px;
}

.quick-info table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  margin-top: 1rem;
}

.quick-info th,
.quick-info td {
  padding: 0.75rem;
  border: 1px solid #ccc;
}

.quick-info th {
  background-color: #b2dfdb;
  text-align: left;
}

footer {
  background-color: #004d40;
  color: white;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}

form {
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
main a:link {
  color: #00695c;
  text-decoration: underline;
}

main a:visited {
  color: #7a7a7a;
  text-decoration: underline;
}
input[type="text"],
input[type="email"] {
  max-width: 400px;
  width: 100%;
}
.hero h2,
.hero p {
  color: #004d40;
}

@media print {
  header,
  nav,
  footer,
  video,
  .carousel,
  .main-image + figcaption {
    display: none !important;
  }

  body {
    background: white !important;
    color: black !important;
    font-family: Georgia, serif;
    margin: 0;
  }

  main {
    margin: 0;
    padding: 0;
  }

  img {
    max-width: 300px !important;
    height: auto !important;
  }

  a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
  }
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}
