body {
  font-family: sans-serif;
}

/* Make content area fill the entire browser window */
html,
.pwa-fullscreen {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Center the content in the browser window */
.pwa-container {
  margin: auto;
  text-align: center;
  max-width: 600px;
}

.pwa-title {
  font-size: 3rem;
}


.pwa-button {
  border: 1px;
  border-style: solid;
  padding: 10px;
  background: none;
  box-shadow: none;
  border-radius: 0px;
}