@media screen and (min-width:60em) {
  .f-subheadline-l {
    font-weight: bold !important;
    font-size: 3rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.f-subheadline-l {
  text-shadow: 2px 2px 5px #000000;
  color: white;
  font-weight: 500;
}

.cta-button {
  box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
}

.image-copyright {
  width: 100%;
  text-align: right;
  padding: 0.5em;
  color: gray;
}

.ananke-socials .icon svg {
  width: 6rem !important;
  height: 6rem !important;
}

p {
  text-align: justify;
}

li, a {
  text-align: left !important;
}

p img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 3rem;
  max-width: 90% !important;
}

h3 {
  margin-top: 2rem;
}

iframe {
  margin-top: 1em;
}