/* api.existenz.ch CSS */
h1,
h2,
h3 {
  margin-top: 50px;
  color: #07755d;
}

h1 {
  padding-top: 20px;
}

body {
  background-image: url(/img/john-barkiple-l090uFWoPaI-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  background-color: rgba(241, 241, 241, 0.842);
  padding: 0px 20px 0px 20px;
}

footer {
  padding-bottom: 30px;
}
