@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
  background: #fffaf8;
  color:#999;
  font-family:Roboto;
  overflow-x: hidden;
}

h1{
  font-weight:100;
  font-size:27pt;
  color:rgb(5, 150, 0);
}

p{font-weight:300;}

.warning-content {
	position:absolute;
  top:25%;
  width:100%;
  height:300px;
  text-align:center;
  margin:0;
  
  
}
.logo img{
    width: 50%;
    height: 50%;
}