html{
	color: white;
	background: black;
	font-family: sans-serif;
}

.main{
	width: 200px;
	margin: auto;
	border: 2px solid white;
	height: 220px;
	padding: 20px;
}

.sections{
}

.mainstuff{
	height: 200px;
}

#content{
	text-decoration: italic;
}
#title{
	font-weight: bold;
	margin-bottom: 10px;
}

#instructions{
	height: 150px;
}

button{
	color:white;
	background: black;
	border: 2px solid white;
	font-size: 1.2em;
}