*,:after,:before {
  box-sizing: border-box
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body, html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  color: #fff;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  background-color: #0093E9;
  background-image: linear-gradient(to bottom, #0093E9 0%, #80D0C7 100%);
}

.metric {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 150px;
  transform: translate3d(-50%, -100%, 0);
}

.metricLabel {
  opacity: 0.75;
}

.metricContent {
  font-size: 2rem;
  padding-left: 1.5rem;
  white-space: nowrap;
}

.metricValue {
  font-size: 5rem;
}


.mountain {
  opacity: 0.1;
  position: absolute;
  left: -10vw;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80vw 40vh 80vw;
  border-color: transparent transparent #000 transparent;
}

.mountain::before {
  content: '';
  position: absolute;
  top: 5vh;
  left: -120vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80vw 40vh 80vw;
  border-color: transparent transparent #000 transparent;
}

.position {
  position: absolute;
  bottom: 6rem;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}

.flash {
  position: fixed;
  top: 1rem;
  left: 1rem;
  right: 1rem;
}

.feedback {
  color: #222;
  font-size: 0.875rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  margin-bottom: 0.875rem;
}
