body {
  background: #e9e3e3;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

header {
  background-color: #f8f9fa;
  text-align: center;
  padding: 20px;
}

section {
  margin: 20px;
}

.install-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}

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