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

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

h1{
    font-weight:100;
    font-size:30pt;
    color:#329f47;
}

p{font-weight:300;}

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


}