@charset "UTF-8";
#hamburger {
    position: fixed;
	top: 0; right: 0;
    font-size: 1.5em;
    margin: 20px 30px 0px 0px;
    font-family: 'JohnnyB';
    opacity: 1;
    cursor: pointer;
	color: #eee;
}
#menu-container{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: #eee;
	font-family: 'JohnnyB';
	text-align: center;
	color: #000;
	font-size: 1.5em;
	line-height: 1.5em;
}
#torna {
    position: absolute;
	top: 0; right: 0;
    font-size: 1.5em;
    margin: 20px 30px 0px 0px;
    font-family: 'JohnnyB';
    opacity: 1;
    cursor: pointer;
}
#menu-group {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}
.bottoni {
	width: 250px;
	height: 36px;
	cursor: pointer;
}