body {
  font-family: 'Libre Baskerville', serif;
}

.border-img-left {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: auto;
}

.border-img-right {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 33%;
  height: auto;
}

.border-img-top {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: none;
  height: auto;
  width: 100%;
  display: none;
  transform: translate(0px, -50px);
}

.heading {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.navigation {
  padding: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.navigation a {
  color: black;
  text-decoration: none;
  padding: 0rem 1rem;
}

@media only screen and (max-width: 700px) {
  .navigation {
    margin-top: 100px;
  }
  .navigation a {
    color: black;
    text-decoration: none;
    padding: 0rem 0.5rem;
  }

  .border-img-top {
    display: block;
  }

  .border-img-left {
    display: none;
  }

  .border-img-right {
    display: none;
  }
}
