body {
	background: url(images/mario.jpg);
}

h1 {
	border: solid black 4px;
	color: white;
	font-family: helvetica;
	width:500px;
	height:75px;
	text-align: center;
	margin: 30px auto;
	background: url(images/stone.jpg);
	padding: 10px;
}

h2 {
	border: solid black 4px;
	color: white;
	font-family: helvetica;
	width:500px;
	height:auto;
	text-align: center;
	margin: 30px auto;
	background: url(images/stone.jpg);
	padding: 10px;
}

.buttons {
	border: solid black 4px;
	width:500px;
	height:50px;
	margin: 0 auto;
	padding: 10px;
	background: url(images/stone.jpg);
}

.buttons input {
	margin: 0 95px;
    background-color: #f44336;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 75px;
    cursor: pointer;
}

.box {
	border: solid black 4px;
	text-align: center;
	color: white;
	font-family: helvetica;
	font-style: bold;
	font-size: 20px;
	display: inline-block;
	height:250px;
	width:220px;
	margin: 10px 50px;
	background: url(images/stone.jpg);
}


#displays {
	width: 1000px;
	height: 300px;
	margin: 50px auto;
}