body {

	background-image: url("https://premierleague-static-files.s3.amazonaws.com/premierleague/photo/2016/11/24/485208a3-2189-4db7-a94f-e63f34a5c2ba/AW_PL_Social_Media_Rainbow_Laces_-_Wide.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    

    background-size: 100% 100%;

	text-align: center;

}

.icon{

	font-size: 85px;
	color: white;
	font-weight: bold;

	margin-top: 3%;
	margin-bottom: 3%;
}

#starting_container {

	
	height: auto;
	padding-bottom: 50px;

	margin-right: 15%;
	margin-left: 15%;


	background-color: black;

	border-style: solid;
	border-width: 5px;
	border-color: white;

	border-radius: 15px;


	margin-top: 50%;
	margin-bottom: 50%;


}

#starting_button{

	margin-top: 8%;

	height: 75px;

	width: 250px;

	font-size: 30px;

	border-style: solid;
	border-width: 2px;
	border-color: black;

	border-radius: 10px;
}


#game_container {

	


	box-sizing: border-box;

	text-align: center;
	color: white;


	margin-top: 3%;
	
	height: auto;
	padding-bottom: 50px;

	margin-right: 15%;
	margin-left: 15%;


	background-color: black;

	border-style: solid;
	border-width: 5px;
	border-color: white;

	border-radius: 15px;



	
	margin-top: 50%;
	margin-bottom: 50%;

}

#timer{
	margin-bottom: 50px;
}

h1{
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 30px;
}


#done_button{

	margin-top: 5%;

	height: 75px;
	width: 250px;

	font-size: 30px;

	border-style: solid;
	border-width: 2px;
	border-color: black;

	border-radius: 10px;
}



#end_container {
height: auto;
padding-bottom: 50px;
margin-right: 15%;
margin-left: 15%;
background-color: black;
border-style: solid;
border-width: 5px;
border-color: white;
border-radius: 15px;
color: white;
margin-top: 50%;
margin-bottom: 50%;
}


#finished{
	font-size: 35px;
}