html {
  font-family: "Open Sans", sans-serif;
}

body::after {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #f3f3f3;
  content: "";
  z-index: -1;
}

h1 {
  font-size: 5rem;
  font-weight: 300;
}

h2 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
}

a {
  color: #215a5a;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  text-decoration: underline;
}

.version {
  font-size: 0.8rem;
}

.app-thumb {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
}

.left {
  margin-right: calc(50% + 1rem);
  text-align: right;
}

.split {
  display: flex;
  flex-direction: row;
}
.split > * {
  width: 50%;
  padding: 1rem;
}
.split > *:nth-child(1) {
  text-align: right;
}

/*# sourceMappingURL=styles.css.map */
