body {
	background-image: url(http://cdn.wallpapersafari.com/92/58/voz1ib.jpg);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: bottom right;
	bottom: 0;
	height: 97vh;
}

#buttons a {
	background: #D7263D;
	border: 1px solid #D7263D;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	padding: 14px;
	margin: 2px 2px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: top;
	font-size: 25px;
}

#buttons a:hover {
	background: #FFF;
	border: 1px solid #D7263D;
	color: #D7263D;
	animation: ease;
}

#question {
	font-weight: bold;
}

p {
	/* border: 1px solid; */
	text-align: center;
	margin: 10px;
	font-size: 30pt;
}

#buttons {
	/* border: 1px solid; */
	position:absolute;
    width:96%;
    bottom:0;
		padding-bottom: 5px;
    text-align:center;
}

#checks {
	position:absolute;
	align-self: center;
  left:25%;
	right:25%;
  align-content:bottom;
  text-align:center;
	bottom:15%;
}

#status {
	position:absolute;
    width:96%;
    align-content:bottom;
    text-align:center;
	bottom:8%;
}
