
body {
	background-image: url("../images/screen.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.homepage {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#title {
	text-align: center;
	margin: 0px auto;
}

canvas {
	display: none;
	margin: 0px auto;
	text-align: center;
	position: relative;
}


#start {
	margin: 0 auto;
	color: white;
	width: 100px;
	height: 50px;
	background: green;
	border-radius: 3px;
}

#btn {
	text-align: center;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 8px;
	color: white;
	padding: 2px;
}

#overlay {
	display: none;
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
}


.modal {
	display: block;
	z-index: 1;
	margin: 0px auto;
	background: rgba(247, 219, 136, 1);
	width: 680px;
	height: 400px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 5px;
}

#modal-content {
	margin: 0px auto;
	padding: 10px;
	width: 100px;
	height: 100px;
	opacity: 0.5;
}

#score {
	color: white;
}

p {
	font-family: 'Indie Flower', cursive;
	font-size: 50px;
	color: rgb(173, 144, 31);
}

#retry {
	background: red;
	width: 80px;
	height: 30px;
	border-radius: 5px;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
}