.loader {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
}

.loader .text {
    margin-top: 75px;
    font-size: 24px;
    text-align: center;
    color: #f1f1f1;
}