@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
body {
    background: #362152;
    color: #999;
    font-family: Roboto;
    overflow: hidden;
}
h1 {
    font-weight: 100;
    font-size: 27pt;
    color: #fff;
    padding: 10px;
    margin: 0px;
}
p {
    font-weight: 300;
}
.warning-content {
    position: absolute;
    top: 35%;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0;
}
