html {
  height: 100%;
  height: -webkit-fill-available;
}

.flyingbox{
  

}
.flyingbox a{
   position: absolute;
   color: #61ff6e;
   font-size: 24px;
   font-family: BreeSerif,"Microsoft YaHei", "Hei Ti", STHeiti;
   text-decoration: none;
   border: 2px;
   /* border-color: #61ff6e; */
   border-color: transparent;
   border-style: solid;
   z-index: 1;
   padding: 10px;
   border-radius: 20px;
   text-shadow: 0 0 10px #9448dd, 0 0 20px #9448dd, 0 0 30px #9448dd;
}
#defaultCanvas0{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
/* layout.css loads after this file; use important so index fills the mobile viewport (dvh / safe-area). */
body{
  overflow: hidden;
  margin: 0;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  min-height: -webkit-fill-available !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: none !important;
  background:lightblue !important;
}