* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f4f4f4;
  font-family: "Roboto", sans-serif;
}

div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
/*# sourceMappingURL=style.css.map */