.Schule {
  font-size: 7em;
  margin: 125px;
  padding: 10px;
  height: 59px;
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.heading {
  padding: 20px;
  margin: 20px;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #E6B0AE;
  font-family: 'Times New Roman', Times, serif;
}

.school-list {
  list-style-type: none;
  padding-left: 5;
  max-width: 650px;
}

.school-list li {
  background: #E6B0AE;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.years {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

.school {
  font-size: 22px;
  font-style: italic;
  color: #000000;
  margin-top: 5px;
  display: block;
}

.footer {
  margin-top: 10em;
  color: #FFFFFF;
  font-size: auto;
  background-color: #E6B0AE;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.email {
  margin-top: 40px;
  font-size: 40px;
}

.mail {
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  text-decoration: underline;
  margin-bottom: 20px;
}

.impressum {
  font-size: 25px;
  color: #ffffff;
  text-decoration: underline;
  margin-top: 9px;
  margin-bottom: 50px;
}

.hauptbereich {
  display: flex;
  margin: 0 auto;
  margin-top: -50px;
}

.Projekte {
  font-size: 7em;
  margin: 125px;
  padding: 10px;
  height: 59px;
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  top: 11.2%;
  right: 5%;
}

.illustrator{
  padding: 20px;
  margin: 10px 20px 60px 10px;
  font-size: 50px;
  font-weight: bold;
  color: #E6B0AE;
  font-family: 'Times New Roman', Times, serif;

  top: 28%;
  right: 13.6%;
}

.image-gallery {
    display: flex;
}

.image-gallery img {
  width: 274px;  
  height: 274px; 
  object-fit: cover; 
  border-radius: 10px; 
  margin: 10px;
}

.illustrator-inhalte ul {
  margin-left: 40px;
  font-size: 2em;
}
.Inhalte{
  color: #E6B0AE;
}

  


