html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial, Helvetica, sans !important;
  overflow-wrap: anywhere;
}

#pleaseWait {
  position: fixed;
  z-index: 9999;
}

.errorNotice {
  padding: 8px 32px 8px 45px !important;
  border: 2px solid #d6cccc !important;
  background-color: #eaacab !important;
}