body {
  background-color: black;
  position: relative;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100vh;
}

.container .content {
  background-color: white;
  padding: 2rem;
  position: relative;
  border-radius: 20px;
}

.container h1, .container h2 {
  color: black;
  font-family: "Roboto";
}
/*# sourceMappingURL=style.css.map */