body {
  display: flex;
  height: 100vh;
  flex-direction: column;
  margin: 0;
  background-color: #313131;
}
about-page {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 300px;
  align-self: center;
  color: #A8A8A8;
}
about-page spacer1 {
  flex: 2 1 auto;
}
about-page about {
  margin-top: 1.5em;
  height: 100px;
  flex: 0 0 auto;
}
about-page contacts {
  height: 100px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
about-page contacts a.contact {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
about-page contacts a.contact img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
about-page contacts a.contact div {
  font-size: 0.8em;
  text-decoration: none;
  color: #A8A8A8;
}
about-page spacer2 {
  flex: 2 1 auto;
}
about-page note {
  height: 150px;
  flex: 0 0 auto;
  font-size: 0.8em;
}
