html,
body {
	margin: 0;
	padding:100;
	
	  background-color: rgb(231, 230, 235);
  color: rgb(70, 96, 109);
  font-size: 24px;
	
  
}


#text{
	   text-align:center;
			padding: 50px;
	    border-radius: 25px;
background-color: white;
	position: absolute;
	left:300px;
	top: 100px;
			white-space: pre-wrap;

}

#poems{
		text-align: center;
		padding: 50px;
		border-radius: 25px;
		background-color: white;
	
		position:absolute;
		left: 100px;
		top: 400px;
		
	
}

#twine{
	
			text-align: center;
		padding: 50px;
		border-radius: 25px;
		background-color: white;
	
		position:absolute;
		left: 400px;
		top: 400px;
}

#wip{
				white-space: pre-wrap;
			position: absolute;
		bottom: 200px;

}