@import url(https://db.onlinewebfonts.com/c/037a670cefc97958beb036dab0f6e254?family=Bodoni+MT);
        
*{
	font-family: "Bodoni MT", sans-serif;
}

html, body{
	padding: 0;
	margin: 0;
}

.header_menu{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
}

.menu_title{
	font-size: 2.6rem;
	color: white;
	font-weight: 800;
	white-space: nowrap;
	letter-spacing: 0.08rem;
}

.a_menu{
	color: white;
	font-size: 1.4rem;
	letter-spacing: 0.04rem;
	text-decoration: none;
	font-weight: 600;
	line-height: normal;
}

.libri_row{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 0.3rem;
}