/* I figured putting this in was the easiest way to
not have a bunch of empty links */

.placeholder {
  max-width: 60ch;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px;
  top: 100px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

footer {
  top: 100px;
  position: relative;
}
