.about {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #f2f2f2;
  font-size: 3vw;
  padding: 20px;
  float: center;
}

.about a {
  color: #93b5f7;
  text-decoration: none;
}

@media (max-width: 600px) {
  .about {
    font-size: 8vw;
  }
}
