button {
    cursor: inherit !important;
}
body {
    cursor: url('img3/gumcursor.png') 20 0,auto;
    background-color: #fff7e6;
}

/*----- Popup -----*/

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff7e6;
  opacity: 0.5;
  z-index: 9999;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff7e6;
  padding: 20px;
  font-family: arial, sans-serif;
  border-radius: 10px;
  text-align: center;
}

.popup h2 {
  margin-top: 0;
}

.popup p {
  margin-bottom: 0;
}


/*----- gum -----*/

#img1 {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
}
#img2 {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 0;
}
.wrapper {
    position: relative;
        }

/*----- hider & info -----*/

.hide4 {
  border-radius: 1px;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  padding: 10px 10px;
}

.infoc{
    width: 70%;
    height: auto;
    position: absolute;
    top: 5%;
    left: 18%;
    z-index: 3;
    }
.infod{
    width: 70%;
    height: auto;
    position: absolute;
    top: 5%;
    left: 18%;
    z-index: 3;
    }

/*----- linker -----*/

#kaas { 
 position:fixed;
    width: 1.5%;
    top:2.6vw;
    left:3.3vw;
    z-index:2;
    cursor: url(img/mouse.png);
    }

#back { 
 position:fixed;
    width: 3.8%;
    top:12vw;
    left:2.3vw;
    z-index:2;
    opacity: 0.8;
}

#reload { 
 position:fixed;
    width: 3.6%;
    top:7.45vw;
    left:2.4vw;
    z-index:2;
    opacity: 0.8;
}