body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #D1EDF6;
}

img {
 width: 11%;
 height: 11%;
    border-radius: 7%;
}
#header h1 {
    margin: 0px;
    text-align: center
}
#header {
    text-align: center;
    color: white;
    min-height: 24vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),url(westen.webp);
    background-position: center;
    background-size: cover;
    position: relative;
}

#arbeitsplan {
    padding: 20px;
}
#ep {
  font-size: 16px;
  color: #333;
  padding: 10px 20px;
  background-color: #AEE2FF;
  border-radius: 5px;
  margin: 10px;
}


h2 {
    font-size: 24px;
    color: #333;
}

h3 {
    font-size: 18px;
    color: #333;
}

p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

ul {
    list-style-type: square;
    margin-left: 20px;
}
