.header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 6vh;
  align-content: center;
  margin-left: 5vw;
}

.aboutbody {
  background-color: #291211;
}

.backarrow {
  margin-top: 4vh;
  font-size: 40px;
  color: #a58e8e;
  text-decoration: none;
  font-weight: lighter;
  font-family: "PP Neue Montreal", serif;
}

.backarrow:hover {
  color: #fbeede;
  transition: 0.5s;
}

.aboutPara {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 55vw;
  margin: 0 auto;
  padding-top: 5vh;
}

.aboutParaTxt {
  font-size: 2rem;
  line-height: 1.6;
  font-family: "PP Neue Montreal", serif;
  font-weight: lighter;
  color: #fbeede;
}