nav{
	width: 100%;
	height: 65px;
	background-color: #ffe6eb;
/*	background-color: #ff8fa5;*/
	padding-top: 1px;
	box-sizing: border-box;
}

.header-menu {
	display: flex;
	align-items: center;
}

.header-menu li{
	list-style: none;
}

.header-menu li *{
	display: block;
	text-decoration: none;
	color: #444;
	margin-right: 35px;
}

nav ul li a:hover{
	color: gray;
}

.header-menu #sheet {
	font-size: x-large;
	font-weight: bold;
}
