.about {
  position: relative;
  left: 5%;
  width: 75%;
  color: #33bbff;
  font-family: Arial, sans-serif;

}

.source {
  float: left;
  width: 50%;
  margin: 0% 1% 0% 0%;

}

h1 {
  font-size: 5vw;
}

h2 {
  font-size: 2vw;
}

p {
  font-size: 2vw;
}

ol {
  font-size: 2vw;
}

img {
  max-width: 25%;
  max-height: 50%;
}
