body {
  margin: 0;
}
body .goto_signage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #eee;
}
body .goto_signage a {
  background: beige;
  text-decoration: none;
  padding: 0.5rem;
  border: #ccc 4px solid;
  border-radius: 0.5rem;
  font-weight: bold;
  color: #777;
  font-size: 1.2rem;
  transition: all 0.4s ease 0s;
}
body .goto_signage a:hover {
  background-color: orange;
  color: #fff;
}/*# sourceMappingURL=error.css.map */