.noscript {
  position: fixed;
  z-index: 99999;
  font-size: 10px;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  letter-spacing: 2px;
  /* color: #FFF; */
  color: #b29755;
  text-transform: uppercase;
  font-weight: 700;
  /* background-color: #b29755; */
  background-color: #fff;
  border-bottom: 3px solid #b29755;
}

.page-overlay {
  display: none!important;
}
