.about-me {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-me img {
  border-radius: 15px;
  max-width: 25%;
  object-fit: contain;
  object-position: center;
  margin-bottom: 10px;
}

.about-me p {
  color: white;
  margin-bottom: 5px;
  font-family: "Roboto Mono";
  font-size: 16px;
  text-align: center;
}

.about-me .outline {
  font-style: oblique;
}
