/* this isn't part of it */

html, body {
margin:0;
overflow:hidden;
background-image:url(fine.jpg);
background-size:cover;
background-position:center;
background-attachment:fixed;
}

cut {
	margin: 2px auto;
    display: block;
    width: 100vw;
    height: 2px;
    background: #ff6300;
    transition-duration:1s;
}

/* 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;
}