body {
    background: #EEEEF4;
    color: #999;
    font-family: 'Roboto';
    overflow-x: hidden;
}

h1 {
    font-weight: 100;
    font-size: 27pt;
    color: #5dc5ef;
}

p {
    font-weight: 300;
}

.warning-content {
    box-sizing: border-box;
    position: absolute;
    top: 25%;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0;
}