main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  height: 100vh;
  padding: 0 8vw;

  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  margin: 0.2em 0;
}

h1 img {
  max-width: 275px;
}

#about p {
  font-size: 12px;
}

#about a {
  color: #666;
  text-decoration: none;
}

#about a:hover {
  color: #888;
  text-decoration: underline;
}
