.alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000000000;
}

.customNote {
  color: #888;
}

a {
  text-decoration: none;
}

#maintenance {
  padding: 100px 0;
}
#maintenance a {
  margin-top: 50px;
}/*# sourceMappingURL=custom.css.map */