@font-face {
    font-family: GR_Cicle;
    src: url(Cicle.ttf);
}

body {
	background: rgb(32,32,64);
	overflow: hidden;
	font-family: GR_Cicle, Cicle, sans-serif;
	text-align: center;
	color: rgb(64,64,128);
}

h1 {
	font-size: 10vh;
	margin: auto;
	text-align: center;
}

nav {
	position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	bottom: 0;
}

#tools {
	margin: auto;
	margin-top: 2vh;
}

#tools div {
	margin: auto;
	display: inline-block;
	font-size: 7vh;
	transition: .5s all;
	height: 8vh;
	width: 8vh;
	background: rgb(32,32,64);
}

#tools div:hover {
	background: rgb(255,0,128);
	border-radius: 8vh;
	cursor: pointer;
}

#score {
	font-size:5vh;
	margin: auto;
}

#lvl {
	margin: auto;
	overflow-x: visible;
	transition: .5s all;
}

#lvl nobr {
	display: block;
	position: relative;
	line-height: 0px;
}

.trgl {
	width : 0;
	height: 0;
	border-left : 5vh solid transparent;
	border-right: 5vh solid transparent;
	position: relative;
	transition: .5s all;
	display: inline-block;
}