#error {
}
#error .content {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  flex-direction: column;
}
#error .content .logo {
  width: 40%;
  margin-bottom: 40px;
}
#error .content .info {
  font-size: 19px;
  /* color: gray; */
  color: #d9b273;
  opacity: 0.8;
}
