html, body { 
  height: 100%;  
  margin: 0; 
  font-family: sans-serif;
  overflow: hidden; 
}
body { 
  display: flex;
  align-items: center;
  justify-items: center;
  text-align: center;
}
#TabNotice{
  width: 100%;
  margin: 0 auto;
} 
p{
  margin: 2rem auto;
}
a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
a.button{
  padding: 10px 20px;
  border-radius: 10px;
  background: green;
  text-decoration: none;
  color: #ffffff;
}
canvas { 
  display: block;    
}
#p5_loading{
  display:none;
}

#fps{
  position: absolute;
  top:0;
  left:0;
  font-size: 1rem;
  color: white;
  font-weight: bold;
}
#fps span{
  font-size:0.8rem;
}

button {
  cursor: pointer;
}

#lightsOff {
background-color: black;
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
opacity: 0;
pointer-events: none;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("Background.png");
  background-repeat: repeat;
  background-size: 200px 200px;  
  background-position: top left;
  z-index: 2;
  mix-blend-mode: color-burn;
  pointer-events: none;
} 

#overlay img {
  width: 100%;       
  height: auto;     
}


#backdrop {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("Background.png");
  background-repeat: repeat;
  background-size: 200px 200px;   
  background-position: top left;
  z-index: -4;
  pointer-events: none;
} 

#backdrop img {
  width: 100%;       
  height: auto;     
}

#wood {
  position: absolute;  
  bottom: -80;      
  left: 0;
  width: 100%;       
  text-align: center;
  z-index: -3;
  pointer-events: none;       
}

#wood img {
  width: 100%;       
  height: auto;     
}

#artwall {
  position: absolute;
  top: -75;
  width: 100%;
  height: 80%;
  color: white;
  scale: 0.95;
  z-index: 0;
}


#abstract3 img {
  display: block;
  position: absolute;
  left: 968px;
  top: 527px;
  z-index: -1;
 width: 231px;
height: 275px;
filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}


#abstract4 img {
  display: block;
  position: absolute;
  left: 624px;
  top: 366px;
  z-index: -1;
  width: 301.257px;
  height: 379.735px;
  filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}

#buildings img {
  display: block;
  position: absolute;
  left: 1222px;
  top: 508px;
  z-index: -1;
  width: 149.319px;
  height: 172.801px;
  filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}

#cubehead img {
  display: block;
  position: absolute;
  left: 957px;
  top: 340px;
  z-index: -1;
  width: 139.105px;
  height: 173.291px;
  filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}

#lighthouse img {
  display: block;
  position: absolute;
  left: 274px;
  top: 501px;
  z-index: -1;
  width: 150.393px;
  height: 186.649px;
  filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}

#piano img {
  display: block;
  position: absolute;
  left: 873px;
  top: 147px;
  z-index: -1;
  width: 190.204px;
  height: 167.288px;
  filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}

#skullface img {
  display: block;
  position: absolute;
  left: 328px;
  top: 147px;
  z-index: -1;
  width: 264px;
height: 326px;
filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}
#surrealskull img {
    display: block;
  position: absolute;
  left: 621px;
  top:71px;
  z-index: -1;
width: 198.546px;
height: 234.058px;
filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}

#tree img {
    display: block;
  position: absolute;
  left: 447px;
  top: 569px;
  z-index: -1;
width: 153.763px;
height: 191.073px;
filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}

#varita img {
    display: block;
  position: absolute;
  top: 147px;
  left: 1140px;
  z-index: -1;
width: 284.417px;
height: 334.353px;
filter: drop-shadow(0 2px 6.2px rgba(0, 0, 0, 0.55));
}

