html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
    cursor: pointer;
}

#clickArea {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.black {
    z-index: 4;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAABAAEDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAC//EABQQAQAAAAAAAAAAAAAAAAAAAAD/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AP/B//9k=);
  background-attachment: fixed; 
  background-size: 100% 100%;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#instruction {
    font-family: Arial, Helvetica, sans-serif;
    z-index: 10;
    //background-color: black;
    color: white;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
}

#fart {
    z-index: 2;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.center2{
margin:auto;
z-index:6;
display:inline-block;
position:fixed;
}
.centain2{
margin:auto;
z-index:6;
}

.centered {
cursor: pointer;
z-index:8;
left: 50%;
position: fixed;
top: 50%;
transform: translate(-50%, -50%);
}
.fandom {
z-index:8;
left: 50%;
position: fixed;
top: 85%;
transform: translate(-50%, -50%);
}

.trap{
  z-index:3;
  position:absolute;
  background-color:transparent;
  width:100%;
  height: 100%;