body {
    padding: 0px;
    margin: 0px;
    overflow: auto;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;    
    background: #ffffff;
    color: #999;
}
.warning-content {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0;
}
h1 {
    font-size: 27pt;
    color: #E43;
}
p {
    font-weight:700;
}
