body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  display: flex;
  flex-direction: row;
  background-color: #1e1e24;
  color: white;
}
a {
  color: white;
}
div#bodyWrapper {
  max-width: 700px;
  margin: auto;
  position: relative;
  z-index: 10;
}
img#memoji {
  position: absolute;
  opacity: 30%;
}
@media only screen and (max-width: 1024px) {
  img#memoji {
    bottom: 50px;
    left: 50px;
  }
  h1 {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  img#memoji {
    top: 50px;
    right: 0px;
  }
  h1 {
    font-size: 5rem;
    white-space: nowrap;
  }
}
h1,
h2,
h3 {
  color: #fb9f89;
}
