body {

  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #e0f7fa;
  padding: 20px;
  
}

}
.container {
  
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  background-image: url(bilder/shutterstock_446493934.jpg);
  width: 200px;
  background-repeat: no-repeat;
  height: 1000px;

}
h1 {
  color: #00796b;
  text-align: center;
}
p {
  line-height: 1.6;
}
.highlight {
  font-weight: bold;
  color: #004d40;
}
nav ul li {
  margin: 0 15px;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #ff7e39;
}
nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
}

