html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url("/views/wallpaperPole.png");
    /*background-size: 100% 100%;
    background-repeat: no-repeat;*/
    background-size: cover;
    background-position: top;
}