@charset "UTF-8";

#about {
  width:calc(80% - 80px);
  padding: 40px;

  margin:0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#about p {
  width:70%;
  font-size: 19px;
  color:#000;
  margin-bottom: 13px;
}

#about h2 {
  font-size: 23px;
  width:70%;

  margin: 10px 0;
  color:#222;
}
