html {
  width: 100%;
  background-color: #eeeee1;
}
html body {
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .page-sanitizer-uploader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .page-sanitizer-uploader.before {
  display: flex;
}
html body .page-sanitizer-uploader.success {
  display: none;
}
html body .page-sanitizer-uploader .uploader-content {
  width: 85%;
  max-width: 500px;
}
html body .page-sanitizer-uploader .uploader-content h2 {
  text-align: center;
}
html body .page-sanitizer-uploader .uploader-content p {
  padding: 16px 0;
}
html body .page-sanitizer-uploader .uploader-content p.error {
  color: red;
  display: none;
}
html body .page-sanitizer-uploader .uploader-content p.success {
  text-align: center;
}
html body .page-sanitizer-uploader .uploader-content button {
  width: 100px;
  height: 40px;
  border: solid 1px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1882352941);
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */