body {
  /* center content */
  max-width: min(90%, 800px);
  margin: 30px auto 0;
  /* top left/right bottom */
  font-family: "Roboto", sans-serif;
  font-size: 1rem
}

section {
  margin-top: 2rem;
}

.portrait {
  border-radius: 50%;
  width: 100px;
  height: auto;
}

#about-me {
  display: flex;
  align-items: center;
  gap: 1rem;
}
