html {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.buttons {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.buttons .button {
  display: flex;
  color: #ffffff;
  border: none;
  align-items: center;
  border-radius: 24px;
  padding: 0 24px;
  margin: 12px 0;
  text-decoration: none;
  height: 48px;
}
.buttons .button:hover {
  cursor: pointer;
}
.buttons .button:focus {
  outline: none;
}
.buttons .button .iconify {
  font-size: 19.2px;
}
.buttons .button img {
  width: 19.2px;
}
.buttons .button .label {
  font-size: 16px;
  flex: 1;
  margin-left: 1ex;
  text-align: center;
}
.buttons #app-button {
  background-color: #00a7e9;
}
.buttons #web-button {
  background-color: #00a7e9;
}
.buttons #back-button {
  background-color: #fff;
  border: solid 2px #444;
  color: #444;
  display: none;
}/*# sourceMappingURL=index.css.map */