@font-face {
  font-family: "Alagard"; 
   src: url("fonts/alagard.TTF");
   src: url("fonts/alagard.woff");
}



.welcome
{
  flex-grow: 1;
  text-align: center;
  top: 80px;
  
  position: relative;
  font-family:Alagard;
  font-size: 2em;
  color:rgb(255, 255, 255); 

}

.bugs
{
  text-align: center;
  top: 90px;
  
  position: relative;
  font-family:Alagard;
  font-size: 1.4em;
  color:rgb(255, 255, 255); 
}




body, html 
{
  flex-grow: 1;
  
  height: 100%;
  margin: 0;
  cursor: url("images/Moth.cur"),default;
}

.bg 
{
  background-color: #80d2f0;
  background-image: url("images/meadow.png");
  flex-grow: 1;
  z-index: 1;
  height: 100%; 
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated;                 /* Universal support since 2021   */
  image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor; 
}



#toptext
{
  text-align: center;
  
}






#container
{

position:absolute;
width: 320px;
height:auto;
left: calc(50% - 160px);
top: 20%;
background-image: url(images/portal.jpg);

}


.flex 
{
  background-color: rgba(127, 255, 212, 0.211); 
  position:absolute;
  z-index: 10;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  width: 320px;
  height:560px;
  row-gap: 20px;
  
}

.flex div
{
  font-family:Alagard;
z-index: 11;
color: rgb(255, 255, 255);
height: 100px;
width: 150px;
align-items: center;
text-align: center;
margin-bottom: 20px;

}

#grim
{
position:absolute;
top: 3%;
left: 63%;
transform: scale(1.2);

}

#grim:hover
{

  rotate: 350deg;

}
  
#moth
{
position:absolute;
top: 30%;
left: 17%;
transform: scale(1.5);

}

#moth:hover
{

  rotate: 350deg;

}

#bush
{
position:absolute;
top: 27%;
left: 63%;
transform: scale(1.2);

}

#bush:hover
{

  rotate: 350deg;

}

#face{
  position: absolute;
  left: 15% ;
  top: 3%;
  
  width: 88px;
}

#face:hover
{

rotate: 350deg;

}


#dice
{
position:absolute;
top: 47%;
left: 6%;
transform: scale(0.50);

}

#dice:hover
{

  rotate: 350deg;

}

#temple
{
position:absolute;
top: 36%;
left: 34%;
transform: scale(0.25);

}

#temple:hover
{

  rotate: 350deg;

}

#cube
{
position:absolute;
top: 77%;
left: 16%;
width:70px;

}

#cube:hover
{

  rotate: 350deg;

}

#about
{
position:absolute;
top: 77%;
left: 63%;
width:70px;

}

#about:hover
{

  rotate: 350deg;

}

a:link { 
  text-decoration: none; 
  color:#ffffff;
  cursor: url("images/Moth.cur"),default;
} 
a:visited { 
  text-decoration: none;
  color:#ffffff;
  cursor: url("images/Moth.cur"),default;
} 
a:hover { 
  text-decoration: none;
  color:#e01699;
  font-weight:700;
  cursor: url("images/Moth.cur"),default;
} 
a:active { 
  text-decoration: none; 
  color:#ff008c;
  font-weight:700;
  cursor: url("images/Moth.cur"),default;
}





img {
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated;                 /* Universal support since 2021   */
  image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor; 

}






.blinking{
  
  position: absolute;
  bottom:7%;
  left: 26%;
  
  
   color: white;
   font-family: 'Alkhemikal';
   font-size: 1.2em;
   z-index: 25;
   
    animation:blinkingText 0.9s infinite;
}

@keyframes blinkingText{
    0%{     color: white; }
    49%{    color: white; }
    60%{    color: transparent; }
    99%{    color: transparent; }
    100%{   color: ghostwhite; }
}











































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































