@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
  background: #FFFFFF;
  color:#999;
  font-family:Poppins;
}

h1{
  font-weight:100;
  font-size:27pt;
  color:#000;
}

p{font-weight:300;}

.warning-content {
	position:absolute;
  top:25%;
  width:100%;
  height:300px;
  text-align:center;
  margin:0;
  
  
}