#Spam1 {
	position:fixed;
	top: 35vh;
	left: 37vw;
  display:none;
  z-index:5;
  cursor:help;
}
#Spam2 {
	position:fixed;
	top: 60vh;
	left: 25vw;
  display:none;
  z-index:6;
  cursor:help;
}
#Spam3 {
	position:fixed;
	top: 20vh;
	left: 45vw;
  display:none;
  z-index:3;
  cursor:help;
}
.exit {
 cursor:pointer; 
}