body {
  background-image: url(/img/school-g112f3316e_1280.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

.container {
  display: block;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgb(100, 100, 100);
  padding: 10px;
  width: 50%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
}

.container img {
  width: 60%;
  margin: 0px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 5px black;
}

.container h1 {
  /*text-shadow: 0px 0px 5px orange;*/
  margin-top: 0px;
  font-weight: lighter;
  text-align: center;
}

.footer-container {
  width: 400px;
  margin: 0px auto;
  text-align: center;
  font-size: 0.8em;
}

.footer-container a {
  color: #e68311;
  text-shadow: 0px 0px 3px white;
  margin-left: 3 px;
  margin-right: 3 px;
}

#mitte {
  position: relative;
  color: white;
  left: 0;
  top: 35%;
  width: 100%;
  text-align: center;
}

#smalltext {
  font-size: 200%;
}

#topleft {
  position: absolute;
  left: 5px;
  top: 30px;
}