body {
  background-image: url("images/backgrounds/eberwalder.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000000;
}

.writings-content {
  min-height: 100vh;
  height: auto;
  padding: 32px 20px 72px;
  text-align: center;
  background-color: transparent;
  color: #f2fc52;
  box-sizing: border-box;
}

.writings-content h1,
.writings-content h2,
.writings-content h3,
.writings-content p {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.4;
  word-break: normal;
  overflow-wrap: anywhere;
  color: inherit;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.writings-content h1 {
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
}

.writings-content p,
.writings-content h2,
.writings-content h3 {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.writings-content a {
  color: #3069c7;
}

.footer-content__non_white {
  color: #ffffff;
}

.footer-content__non_white a {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body {
    background-attachment: scroll;
  }

  .writings-content {
    padding: 20px 12px 72px;
  }

  .writings-content h1 {
    font-size: 1.35rem;
    line-height: 1.35;
  }
}
