html {
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
}

#bg-page {
    width: 100%;
    height: 100%;
    background-image: url("/static/images/background-index.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}