.onlyText {
    color: #d4d4d4;
    background: #212121;
}

.onlyText .text{
    width: 75%;
    margin: auto;
}
.onlyText h1{
    color: #ffff;
    font-family: sans-serif;
    font-size: 30px;
}
.onlyText .text h1 {
    margin: 30px 0 0 0;
}
.onlyText .text p {
    margin: 20px 0 30px;
    line-height: 1.4;
}