.noScript{z-index: 65535;
	position: fixed; top: 20%; left: 10vW; 
	width: 75%; height: auto; padding: 25px 10px;
	text-decoration: none; color: white; background-color:red; text-align:center;
	font: italic small-caps bold 30px/1.3em "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	box-shadow: 2px 2px 2px 0px rgb(33 33 33 / 10%), 4px 4px 5px rgb(33 33 33 / 25%);
}
.preloader {
  z-index: 65534;
  display: unset;
  opacity:1.0;
}
.preloader svg {
  color: #A00;
  opacity:1.0;
}