body {
  background-color: LightGray;
  background-image: url('../img/lake.jpg');
  background-position: center;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
	height: 50em;
}

/*ul {
/*    list-style:none;
    padding-left:0;
    text-align: center;
}​
*/
.main {
	font-family: 'Roboto', sans-serif; 
color: #000000; 
letter-spacing: 0.03em;
text-align: center;
position: center;
}

.title {
	font-size: 2em;
}
.start {
	position: center;
background: #1F253D;
	color: #95a5a6;
	font-size: 2em;
	padding: 0.2em;
	margin: 1em;
}

.questions {
	position: center;
	font-size: 1.5em;
	background: #839DB2;
	width: 30em;
	border-width: auto;
	margin: auto;
	padding: 1em;
	list-style-type: none;
	padding-left: 0;
}

.answers {
	position: center;
	font-size: 1em;
	margin-top: 2em;
	background: #4682B4;
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	padding: 3em;
}

.next {
	position: center;
background: #1F253D;
	color: #95a5a6;
	font-size: 2em;
	padding: 0.2em;
	margin: 1em;
}

.again {
	position: center;
background: #1F253D;
	color: #95a5a6;
	font-size: 2em;
	padding: 0.2em;
	margin: 1em;
}

#tally{
	position: center;
	font-size: 1.5em;
}


.response {
	position: center;
	text-align: center;
	position: center;
	font-size: 1em;
}

