/* this isn't part of it */

body, html {height:100%;}

body {
background-image:url(pool.gif);
background-size:cover;
background-attachment:fixed; 
margin:0;
overflow:hidden;
color:transparent;
}

lightning {
	display: block;
    height: 100vh;
    width: 3px;
    position: absolute;
    z-index: 999;
    background:white;   
    height:15vh;
    left:92vw;  

}

/* POEM INSTRUCTIONS */

opendevtools {
	position:absolute;
	z-index:99999;
	top:0;
	right:0;
	margin:5vh 5vw;
	padding:2vh 2vw;
	font-family:consolas;
	letter-spacing:0.1em;
	font-size:0.65em;
	color:white;
	background:blue;
	display:block;
	cursor:pointer;
	opacity:0;
	transition:.4s ease-in-out;
}

opendevtools.show {
	opacity:0.99;
	transition:.2s ease-in-out;
}