body {
  background-image:  url("https://unsynchronized.neocities.org/Site_Core_Images/New%20Landing%20REVISED.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

  @media (max-width: 768px) {
  body {
    background-size: cover, cover;
    background-position: top, bottom;
  }
  a {
  color: #5A6A73;
  text-decoration: underline;
}
a:link {
  color: #4B5A6A; /* your preferred unvisited link color */
  text-decoration: none;
}

a:visited {
  color: #4B5A6A; /* same as unvisited, or choose a muted tone */
}

a:hover {
  color: #6A6E75;
  text-decoration: underline;
}

a:active {
  color: #3A3E44;
}

p {
  font-family: 'Caveat', cursive;
  font-size: 2em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Caveat', cursive;
}
body, p {
  color: #4B4F56;
}
h1 {
  color: #3A3E44;
}
h2 {
  color: #43474D;
}
h3 {
  color: #4B4F56;
}
h4, h5, h6 {
  color: #5A5E65;
}
@media (max-width: 768px) {
  .index-links {
    top: 10px;
    right: 10px;
    font-size: 1em;
  }
}
small, footer {
  color: #6A6E75;
}
.nav-links {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.nav-links a {
  font-family: 'Caveat', cursive;
  color: #4B0082;
  text-decoration: none;
  font-weight: bold;
}
  }