#canvas{
	width: 100%;
	height: 650px;
	background-image: url('illustrator/background.png');
}
.button{
	font-size: 55px;
	border-radius: 7px;
	margin: 15px;
	padding: 15px;
	font-weight: bold;
	background-color: #D71E3E; 
	box-shadow: 0 .2em #8A071D;
	border: none;
}

.button:active{
	box-shadow: none;
	position: relative;
	top: .2em;
}
.back-button{
	font-size: 55px;
	background-color: #FF5900;
	padding: 18px;
	border-radius: 7px;
	box-shadow: 0 .2em #A53A02;
	font-weight: bold;
}
.back-button:active{
	box-shadow: none;
	position: relative;
	top: .2em;
}