.aboutcontents {
  display: flex;
  flex-direction: column;
  margin-right: 20%; /*margins of text*/
  margin-left: 25%;
}

.aboutcontents h1 {
  color: black;
  font-size: 30px;
  text-align: left;
}

.aboutme {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  background-color: white;
}
