#crimescene{
  background-color: red;
   position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
  border-radius: 1em;
  padding: 100px;
  width: 345px;
  height: 600px
  
   
  
}

#area {
  background-color:grey;
  color : black;
  position: fixed;
  top: 5px;
  left: 70px; 
  opacity: 0.75;
      }
#test {
  visibility: hidden;
}

#test2 {
  visibility: hidden;
}

#text{
  position: fixed;
  top:400px;
}

#reset {
  position: fixed;
    left: 1000px
}

#false {
  visibility: hidden;
  position: fixed;
  top: 625px;
  left: 500px;
}






#unknown {
  visibility: hidden;
  position: fixed;
  top: 250px;
  left: 500px;
  
}#unknown2 {
  visibility: hidden;
  position: fixed;
  top: 250px;
  left: 500px;
}





#start {
  position: fixed;
  top: 400px;
  left: 650px;
  transform: translate(-50%, -50%);
}

#how {
    position: fixed;
  top: 500px;
  left: 650px;
  transform: translate(-50%, -50%);
}



#instructions2 {
  position: fixed;
  top: 300px;
  left: 580px;
  color: black;
  visibility: hidden; 
}