.background-main {
    background-image: url('../images/WebBackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    background-size: cover;
}

.center {
    padding: 70px 0;
    text-align: center;
}