.header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 21vh;
  align-content: center;
  width: 100vw;
}

.body {
  background-color: #291211;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.backarrow {
  margin-left: 6vw;
  margin-top: 4vh;
  font-size: 40px;
  color: #a58e8e;
  text-decoration: none;
  font-weight: lighter;
  font-family: "PP Neue Montreal", serif;
  transition: 0.35s;
}
.backarrow:hover {
  color: #fbeede;
  transition: 0.35s;
}

.links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60vh;
  gap: 3rem;
}

.contact-link {
  font-size: 2rem;
  font-family: "PP Neue Montreal", serif;
  font-weight: lighter;
  color: #fbeede;
  text-decoration: none;
  transition: 0.35s;
  margin-bottom: 1vh;
}