html {
    height: 100%;
}

body {
    height: 100%;
    background: url("../img/main-img.png") no-repeat center;
    background-size: cover;
}