body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #0e0e0e;
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-wrapper {
  flex: 1;
  background-color: #0e0e0e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.wrapper {
  text-align: center;
}

#Onderhoud {
  max-width: 180px;
  margin-bottom: 25px;
}

h1 {
  font-size: 2.5rem;
  color: #00c4a7;
  margin-bottom: 15px;
}

p {
  font-size: 1.1rem;
  max-width: 600px;
  color: #ccc;
  margin: 0 auto;
}

.highlight {
  color: #00ffaa;
  font-weight: bold;
}
