/* defaults */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* background-color: black; */
  overflow-x: hidden;
  scroll-behavior: smooth;
  cursor: url(.//Svgs/curs_main.svg) 16 16, auto;
  background-color: black;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: greenyellow;
 
}

a :hover {
  z-index: 10000000;
}

.hidden {
  display: none;
}

/* */

#app, #die, #spo{
  overflow:hidden;
}

@font-face {
  font-family: expand;
  src: url(ABCFavoritExpanded-Medium-Trial.otf);
}
@font-face {
  font-family: extend;
  src: url(ABCFavoritExtended-Medium-Trial.otf);
}

.cursor {
  height: 30px;
  width: 30px;
  background-color: greenyellow;
  position: fixed;
  z-index: 9999;
  border-radius: 50%;
  display: none; 
  pointer-events: none;
  
}


.container-all {
  position: relative;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.25);
  
}


.container-first {
  position: relative;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.25);
}
.panel {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.panel-intro {
  background-color: black;
  z-index: 300;
}
.panel-app {
  z-index: 200;
  height: 500vh;
  background-color: black;
  z-index: 200;
}




.container-second{
    position: relative;
    width: 100vw;
    background-color: black;
    z-index: 250;
   
}
.panel2 {
  position: sticky;
  bottom: 0;
  width: 100vw;
  height: 50vw;
}
.panel-diet{
  background-color: black;
  z-index: 50;
  height: 80vw;
  color: greenyellow;

}
.panel-act{
  background-color: black;
  z-index: 20;
  height: 55vw;
  cursor: url(.//Svgs/curs_main-2.svg) 16 16, auto;

}

.panel-spot{
  background-color: black;
  z-index: 10;
  height: 70vw;
  position: relative;
  

}
.reload{
width: 1.5rem;
height: 1.5rem;
border-radius: 50px;
position: absolute;
bottom: 5vw;
left: 3vw;
background-color: white;
z-index: 999;
}

.reload:hover{
  background-color: greenyellow;
}


