@font-face {
  font-family: "VanillaCreamOX-Regular";
  src: url("assets/VanillaCreamOx-Regular.otf") format("opentype");
}

@font-face {
  font-family: "FriendsZ-Regular";
  src: url("assets/FriendsZ-Regular.ttf") format("truetype"); 
}

html, body { height: 100%; margin: 0; }
body {
  font-family: "VanillaCreamOX-Regular", sans-serif; 
  background: #ffffff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: url("assets/monoeraser.png") 24 24, auto;
  -webkit-user-select: none;
    user-select: none;
}

.wrap {
  max-width: 760px;
  width: 100%;
  padding: 0 25px;
  text-align: center;
  position: relative; 
  z-index: 10; 
}

h1 { 
  font-size: 140px; 
  font-weight: 5000; 
  margin: 0 0 80px; 
}

p {
  font-family: "FriendsZ-Regular";
  font-size: 40px;
  line-height: 1;
  margin: 4px 0;
  display: block;
}


a { color: inherit; }
a.keyword { text-decoration: underline; text-underline-offset: 3px; }

a, a:hover, a:focus, a:active {
  cursor: url("assets/monoeraser.png") 24 24, pointer; 
}

a.keyword{
  position: relative;
  display: inline-block;
  transition: color .2s ease, opacity .2s ease, text-decoration-color .2s ease;
}

a.keyword.erased{
  color: transparent;                 
  opacity: .1;                        
  text-decoration-color: transparent; 
}

#drawCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;           
  pointer-events: none; 
}

#size4 {
  position: fixed;
  top: 10%;
  left: 40%;
  width: 100vw;
  height: auto;
  z-index: 1;           
  pointer-events: none;  
}

#disapper7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;         
  pointer-events: auto;  
}


.bg-img {
  position: fixed;
  top: 50px;
  right: 0px;
  width: 70vw;           
  height: auto;          
  object-fit: cover;       
  z-index: 0;              
  pointer-events: none;    
  opacity: 1;            
}

.bg-img.boarder {
  top: 5%;
  left: 25%;
  width: 50vw;
}

.bg-img.MagicHand {
  top: 5%;
  left: 55%;
  width: 60vw;
}

.bg-img.questionMark {
  top: 10%;
  left: 65%;
  width: 30vw;
}
.bg-img.twinkle1 {
  top: 30%;
  left: 0%;
  width: 40vw;
}

.bg-img.twinkle2 {
  top: -20%;
  left: -4%;
  width: 35vw;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;               
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;   
  align-items: center;
  padding: 10px 50px 18px;
  border-top: 1px solid #111;        
  background: #fff;                    
  z-index: 20;                        
  font-size: 20px;
}
.footer .back-home   { justify-self: start;  }
.footer .page-number { justify-self: center; }
.footer .instruction { justify-self: end;    white-space: nowrap; }

.bg-img.line {
  top: -20%;
  left: -40%;
  width: 120vw;
  z-index: 0;   
  opacity: 1;
}

.bg-img.trashcan {
  top: 40%;
  left: 65%;
  width: 30vw;
  z-index: 1;   
}

#dropping10 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;         
}
