body {
  background: white;
  color: black;
  font-family: Arial, sans-serif;
  text-align: justify;
  display: block;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 75%;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: white;
  }
}
@media only screen and (max-width: 1250px) {
  body {
    max-width: 95%;
  }
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.Header {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.Logo {
  height: 150px;
}
.Menu {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 50px;
  text-align: left;
}
.Navigation {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  flex-wrap: wrap;
  height: 75px;
}
.Navigation a {
  text-decoration: none;
  color: inherit;
}
.Navigation h2 {
  margin-left: 10px;
  margin-right: 10px;
}
.Navigation h3 {
  margin-left: 10px;
  margin-right: 10px;
}
.Galerie {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Photo {
  text-align: center;
  margin-bottom: 25px;
}
.ContactSocialNetworks {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.ContactSocialNetwork {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ContactImg {
  margin-left: 20px;
  margin-right: 10px;
  height: 50px;
}
.Footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.FootRight {
  display: flex;
}
.FootImg {
  height: 25px;
  margin-left: 10px;
}