html {
  font-size: 16px;
  line-height: 24px;
  background-color: #171717;
}
body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  font-size: inherit;
}
*::-webkit-scrollbar {
  width: 4px;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 2px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a label {
  pointer-events: none;
}
a:focus,
a:active,
a:hover,
a:visited {
  outline: none;
  outline: 0;
  text-decoration: none;
}
.vertical-center {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  color: white;
}
.vertical-center h1 {
  font-size: 28px;
  margin-top: 48px;
  margin-bottom: 8px;
  font-weight: 600;
}
.vertical-center h2 {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 500;
}
.vertical-center a {
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  font-size: 20px;
  line-height: 28px;
  background-color: #df3320;
  border-radius: 8px;
  color: white;
}
/*# sourceMappingURL=error.css.map */