﻿body {
  font-family: 'Segoe UI', sans-serif;
  background: url('Afbeeldingen/batik-textuur.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: 'Balinese Script', cursive, sans-serif;
  color: gold;
  text-shadow: 1px 1px 3px #000;
}

section {
  background-color: transparent;
  margin: 2em;
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0 0 10px #222;

}

a {
  color: lightgreen;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: orange;
  text-shadow: 0 0 3px #ffcc00;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.terug a {
  display: inline-block;
  margin-top: 1em;
  font-weight: bold;
  color: #ffd700;
}

audio {
  display: block;
  margin-top: 1em;
}
@media (max-width: 600px) {
  section {
    margin: 1em;
    padding: 1em;
  }

  li {
    font-size: 1em;
  }
