* {
  box-sizing: border-box;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
}

p {
  margin: 0;
}

main {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#fragments {
  position: fixed;
  pointer-events: none;
  z-index: 12;
  transform: scale(0.7);
}

.fragment {
  position: absolute;
  z-index: 99;
  pointer-events: none;
  object-fit: contain;
  max-width: 60vw;
  max-height: 60vh;
}
.fragment video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#recaptcha {
  background: #fff;
  width: 370px;
  z-index: 999;
  box-shadow: 0 0 30px #000;
  color: #fff;
  font-family: arial;
}
#recaptcha div {
  padding: 0.5rem;
}
#recaptcha .top {
  padding: 1.25rem;
  background: #4185DE;
}
#recaptcha .top strong {
  margin-top: -0.2rem;
  display: inline-block;
  font-size: 2em;
}
#recaptcha .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recaptcha .images img {
  padding: 1px 0;
  max-width: 33%;
  cursor: pointer;
}
#recaptcha .images img:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=styling.css.map */
