body { 
    background: url(../Images/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    margin: 0;
    height: 100%;
    align-items: center;
    @media (max-width: 600px) {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        background: url(../setupok/sImages/hatter.jpg);
        background-repeat: repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
        margin: 0;    
    
    }

}

a { cursor: pointer;}





