header {
  text-align: center;
  padding-top: 30px;
}

main {
  padding: 50px;
}

a h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  text-align: center;
  color: aliceblue;
}

a h1:hover {
  color: black;
}

section h1 {
  position: relative;
  text-align: center;
}

.seperator {
  padding-top: 4rem;
  text-align: center;
}

#websites {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.33rem;
}

#websites article img {
  height: auto;
  width: 600px;
}

#spa img {
  width: auto;
  height: 300px;
}

#other article img {
  width: 800px;
  height: auto;
}

#other figcaption {
  padding-left: 311px;
  text-align: left;
}

footer {
  margin-top: 24em;
  padding: 2em;
  background-color: aqua;
  text-align: center;
}

footer a {
  color: aliceblue;
}

footer a:hover {
  color: rgb(4, 57, 103);
}

@media screen and (max-width: 600px) {
  .seperator h2 {
    font-size: 20px;
  }
  #websites {
    margin: 0px;
    gap: 0.4rem;
  }
  figcaption {
    font-size: 0.7rem;
  }
  #other {
    padding-top: 3em;
  }
}
