.box{
	width:95vw;
}
.comicpage{
	width:100%;
	height:auto;
}
#game{
  display: none;
}
#bluespiral{
	position: absolute;
	width:85vw;
	left:50%;
	top:92.5%;
	transform: scaleX(1) translate(-50%,-50%);
}
#threestar{
	position: absolute;
	left:95%;
	top:10%;
	transform:translate(-50%,-50%);
}
#bluestar{
  display: none;
}
#wahoo{
	position: absolute;
	top:58.5%;
	left:68%;
	transform:translate(-50%,-50%);
}