body {
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 800px;
  padding-top: 20px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 40px;
}

.imprint {
  text-decoration: none;
}

.info {
  font-size: 0.75rem;
}

.links {
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.squeeze {
  margin-top: -5px;
}

.underline {
  text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
  a {
    color: #eaeaea !important;
  }

  em {
    color: dimgrey;
  }

  .links {
    background-color: rgb(55, 55, 55);
  }
}

@media (prefers-color-scheme: light) {
  .light-mode-border {
    border: 1px solid lightgrey;
  }
}

