.cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: SourceCodePro, monospace;
  text-align: center;
}
.cc .code {
  font-size: 50px;
}
.cc .msg {
  font-size: 18px;
}

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