/* Only the About page has this temporary photo/doodle box. */
.photo {
  width: 200px;
  height: 200px;
  margin: 2rem 0;
  border: 2.5px solid #6cbcac;
  border-radius: 3px 8px 4px 9px;
  transform: rotate(-1.2deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #9a9a9a;
  font-style: italic;
}
