body {
  margin: 0;
  background-color: #3c3c3c;
  color: white;
  font-family: sans-serif;
}
body .wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100vh;
  align-items: center;
  flex-wrap: wrap;
}
body .wrapper .main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
body .wrapper .main span + span {
  margin-left: 20px;
}

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