@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
  background: white;
  color:#999;
  font-family:Roboto;
}

body, html {
  padding: 0;
  margin: 0;
 overscroll-behavior: none;
 overflow: hidden;
}

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

p{font-weight:300;}

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

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