.container {
  width: 900px;
  margin: 0 auto;
}

img {
	border: 1px solid black;
	margin: 5px;
}

p {
	text-align: center;
	margin: 5px;
	font-family: 'Raleway', sans-serif;
	font-size: 130%;
}

body {
	background-color: #ffffb3;
}

h1 {
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

span {
	font-weight: 100;
}

.faded {
	opacity: 0.1;
}

#message {
	padding: 10px;
	font-size: 150%;
	font-weight: bolder;
	color: white;
	border-radius: 10px;
}

.correct {
		background-color: MediumSeaGreen;
}

.incorrect {
		background-color: #dc3545;
}

button {
	height: 30px;
	width: 70px;
	vertical-align: middle;
	border-radius: 0px;
	border: 1px solid;
	margin-left: 4px;
	font-size: 16px;
	font-family: "Verdana";
}

