/* TITLE + LOGO */
.about {
  background-color: #e6b375;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.705);
  margin-top: 10vh;
}

.left {
  justify-self: start;
}
.logo-center {
  justify-self: center;
}
.right {
  justify-self: end;
}

.logo-center img {
  width: 50vh;
}

.about h2 {
  color: var(--links);
  font-size: 3rem;
  margin: 80px;
}

/* TEXT */
.history {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10vh;
}

.history p {
  color: var(--brown);
  font-size: 1.5rem;
  text-align: justify;
  text-transform: none;
  padding: 0 30vh;
}
