* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  background: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
  line-height: 1.4;
  text-align: center;
}
h1,h2 {
  margin-top: 0;
  margin-bottom: .5rem
}
img {
  max-width: 100%;
  height: auto;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 420px;
}
.heading {
  margin: 15px auto;
  width: 250px;
  font-size: 19px;
  font-weight: 700;
  color: #aaaaad;
}
.graphic {
  margin: 15px auto;
  width: 150px;
}
.button {
  margin: 15px auto;
  display: inline-block;
  padding: 13px 22px 14px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  color: #fff;
  background: #4ea6e6;
  border-radius: 8px;
}