
@import url(https://fonts.googleapis.com/css?family=Lato);

body
{
	/*background-color: #323232;*/
	margin: auto;
	/*width: 50%;*/
	/*margin-top: 5%;*/
	/*margin-left: 30%;*/
	display: block;
	font-family: Lato;
}

#container
{
	position: absolute;
	font-family: Lato;
	font-size: 15px;
    /*margin-left: 25vw;*/
    /*margin-right: 25vw;*/
}
/*
#info
{
	position: absolute;
	background-color: rgba(200, 200, 200, 0.5);

	padding: 20px;
	margin: 2%;
	border-radius: 10%;

	transition: 0.3s;
	background-color: rgba(50, 50, 50, 0.7);
}

#info:hover
{
	background-color: rgba(10, 10, 10, 0.9);
	color: rgb(250,250,250);
}
*/

#instruction
{
	position: absolute;
	background-color: rgba(50, 50, 50, 0.8);

	padding: 15px;
	padding-left: 15px;
	margin: 2%;
	border-radius: 10px;
	transition: 0.3s;
	left: 2%;
	bottom: 2%;
	color: rgb(200, 200, 200);

	line-height: 25px;
}

#instruction:hover
{
	background-color: rgba(10, 10, 10, 0.9);
	color: white;
}


#outerControls
{
	position: absolute;
	background-color: rgba(200, 200, 200, 0.2);

	padding: 10px;
	padding-left: 15px;
	margin: 10%;
	border-radius: 10px;
	transition: 0.3s;
	left: 2%;
	top: 2%;
	color: #ccc;

	line-height: 25px;
}


#outerControls:hover
{
	background-color: rgba(10, 10, 10, 0.9);
	color: rgb(250,250,250);

}











