body {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

img {
  position: relative;
  width: 150px;
  height: auto;
  margin: 0.25em auto;
  display: block;
}

.slogan {
  font-size: 4em;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
}

.author {
  font-size: 1em;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  display: block;
}/*# sourceMappingURL=style.css.map */