body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  background: #efeded url("/assets/images/unicursal_hexagram.more.grey.png") no-repeat fixed 50% 50%;
}

.an {
  text-align: center;
  font-size: 20px;
  color: black;
  left: 10%;
  top: 5%;
  width: 100%;
  height: 80%;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100vw;
  padding-bottom: 40px;
}

.footer-content {
  width: 100%;
  text-align: center;
}

.footer-links {
  padding-inline-start: unset;
  list-style: none;
  margin: 1rem 0 3rem 0;
}

.footer-links li {
  margin: 0 10px;
  display: inline-block;
}

.footer-links a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #848383;
  padding: 5px;
}

.footer-links a:hover {
  color: #222;
}

.footer-links li.nodisplay {
  display: none;
}

@media (max-width: 600px) {
  .an {
    font-size: 18px;
  }

  .footer-links li {
    display: block;
    padding-top: 7px;
  }
}
