/*body{
    background-image: url(_images/backgroung-cclub.jpg); /* SVG
    background-size: 100%;

    display: flex;
    justify-content: center;

}

img{
    padding-top: 15%;
    position: absolute;
}
*/

body{
    background-image: url(_images/backgroung-cclub.jpg); /* SVG */
    background-size: 100% 100%;

    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
}

html{
    height: 100%;
}

@media only screen and (max-device-width: 600px){
    img{
        margin-top: 75%;
        position: absolute;
    
        width: 60%;
    }
}

@media only screen and (min-device-width: 601px){
    img{
        margin-top: 18%;
        position: absolute;
    
        width: 18%;
    }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 768px){
    img{
        margin-top: 40%;
        position: absolute;
    
        width: 60%;
    }
}