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

body {
  background: #EEEEF4;
  color:#4a4a4f;
  font-family:Roboto;
}

h1{
  font-weight:800;
  font-size:27pt;
  color:#77C044;
}

p{font-weight:400;font-size: 14pt;}

.warning-content {
	position:absolute;
  top:10%;
  width:100%;
  text-align:center;
  margin:0;  
}