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

@font-face 
{
font-family: "NeueDisplay-Random";
src: url("fonts/NeueDisplay-Random.otf");
src: url("fonts/NeueDisplay-Random.otf") format("opentype");
/*url("css/fonts/Harabara.svg#filename") format("svg");*/
}


body
{
	background: rgba(20,20,20,255);
	font-family: "NeueDisplay-Random";
}

#container
{
	position: absolute;
	/*font-family: Lato;*/
	font-size: 15px;

}

#info
{
	position: absolute;
	background-color: rgba(200, 200, 200, 0.5);

	padding: 15px;
	border-radius: 10px;

	margin: 10px;
	margin-left: 15px;

	bottom: 1%;
	/*display: none;*/
}

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