html{
    overflow-x: hidden;
}

#main{
    width: 100vw;
    height: 100vh;
    background-image: url('/static/main/image/akcion.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}