body {
  font-family: monospace;
}

main {
  width: 60%;
  margin: auto;
}

header {
  display: flex;
  gap: 20px;
  align-items: end;
}

#start {
  position: relative;
  bottom: 40px;
}

#rot {
  font-size: 3rem;
  color: rgb(24, 5, 33);
  border-bottom: teal dashed 2px;
}

#rot:hover {
  rotate: -5deg;
}/*# sourceMappingURL=hypermobility.css.map */