html {
    margin: 0;
    padding: 0;
}
.player:nth-child(1) {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border: none;
}

.player:nth-child(2) {
    background: linear-gradient(
    45deg,
    #999 5%,
    #fff 10%,
    #ccc 30%,
    #ddd 50%,
    #ccc 70%,
    #fff 80%,
    #999 95%
  );
    border: none;
}

.player:nth-child(3) {background: linear-gradient(to top, #723918, #d4724e);
    border: none;
}

body {
    background-image: url('../images/bg1.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
        background-color: rgba(255, 255, 255, 0.13);
    box-shadow: inset;
  
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
   
}   

/* @media  screen and (max-width: 600px) {
    body{
        background-image: url('bgMobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
   
} */