* {
  box-sizing: border-box;
  line-height: 1.4;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
}
body {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  margin: 0;
  touch-action: none;
}
button {
  background: #00aaff;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  padding: 12.5px 25px;
  touch-action: manipulation;
}
button:focus,
button:hover {
  background: #0088cc;
}
button:active {
  background: #006699;
}
div,
form {
  max-width: 540px;
  text-align: center;
  width: 40%;
}
form * {
  font-size: 14px;
}
div p {
  font-weight: 700;
}
iframe {
  border: none;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
}
iframe.ready {
  opacity: 1;
  pointer-events: initial;
}
img {
  height: 96px;
  width: 96px;
  margin-bottom: 64px;
}
input {
  -webkit-appearance: none;
  appearance: none;
  background: #fdfdfd;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #404040;
  padding: 10px;
  text-align: center;
  touch-action: manipulation;
}
input:focus {
  border: 1px solid #00aaff;
}
input::placeholder {
  color: #b8b8b8;
}
input::selection {
  background: #ffee99;
}
label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
label > span {
  padding: 10px;
}
p {
  margin-bottom: 10px;
}
small {
  bottom: 1.4em;
  color: #000000;
  font-family: ui-monospace, monospace;
  font-size: 0.666em;
  left: 0;
  letter-spacing: 0.0333em;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 100%;
}
