html {
     width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

body {
    background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}