body {
  background: white;
  font-family: "Roboto", sans-serif;
  color: black;
  margin: 0;
}

.container {
  padding: 16px 32px;
  max-width: 1600px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}
