<style type="text/css">

.waste {
	color:green;
	}

body {
	background:white;
	color:black;

}

.main {
	width:800px;
	border:0;
	padding:5vw; 
	margin: 5vw;
	max-width:80vw;
		line-height:1.6em;
}

#app {
	width:700px;
	border:5px dashed black;
	padding:20px; 
	margin: 20px;
	margin-top:40px;
	line-height:1.2em;
	}
	
#copybutton {
	border:1px solid black;
	border-radius:3px;
	display:inline-block;
	font-size:.8em;
	padding:4px;
	float:right;
	}

#copybutton:hover {
	cursor:pointer;
}

#copybutton:active {
	background:black;
	color:white;
	}

</style>
