.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -5%;
  display: flex;
}

.logo {
  width: 500px;
}

html {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

html, body {
  height: 100%;
  margin: 0;
}

.title {
  font-size: 40px;
}

.content {
  color: #666;
  margin-top: 10px;
  font-size: 40px;
}
/*# sourceMappingURL=index.af20ad6e.css.map */
