
body {  
background-image: url("https://sarahtolpeit.net/img/start.png");
background-size: cover;
}

::-moz-selection {
  color: #fff;
  background: #fff0;
}
*/ ::selection {
   color: #fff;
  background: #fff0;
}


.container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}
img {
  position: absolute;
}

.navigation{
display: flex;
 gap: 10px;
    font-family: Consolas, monospace;
    font-weight: 100;
    font-size: 15px;
}


.navigation div {
      cursor: pointer;
      padding: 10px;
    }
    
#infoBox {
  font-family: Consolas, monospace;
  background-color: white;
  color: black;
  padding: 1vw;
  position: absolute;
  top: 2vh;
  left: 5vw;
  max-width: fit-content;
  box-shadow: 4px 4px 50px rgb(68, 255, 0);
  line-height: 1.5em;
  display: block
}

i {
  font-family: Consolas, monospace;
  font-style: normal;
  font-size:80%;
   line-height:0.8em;
   text-transform: uppercase;
   letter-spacing: 0.1em;
 }


#one {
  position: fixed;
  top:10px;
  left:10px;
}

#two{
  position: fixed;
  top:10px;
  right:10px;
}

#three{
  position: fixed;
  bottom:10px;
  right:10px;
}

#four{
  position: fixed;
  bottom:10px;
  left:10px;
}

#five{
  position: fixed; 
 bottom: 10px;
 left: 43%;
}

#six{
text-align: center;
  position: fixed; 
margin: auto;
 top: 50%;
 left:47%;
  cursor: url("https://sarahtolpeit.net/img/biene.png"), auto;
}


a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}


a:visited {
	color: #000;
	text-decoration: none;
}

@media only screen and (max-device-width: 480px) {
    body {
background: url(img/ja.png) no-repeat center fixed;
	width:100vw;
  overflow: hidden;
}

#one, #three, #six{
display: none;

}
}