@import "https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap";
body {
  background-color: #fff;
}

* {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
}

h1 {
  text-align: center;
  font-size: 3rem;
}

h2 {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.5rem;
}

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