.nav {
	position: relative;
	background-color: rgb(9, 50, 104);
	top: 0;
	right: 0;
	height: 58px;
	width: 40%
}

.nav ul {
	margin: 0;
	list-style: none;
	text-align: right;
}

.nav li {
	display: inline-block;
	height: 40px;
	margin-left: 12px;
	font-size: 14px;
	color: white;
	font-weight: 400;
	line-height: 40px;
}

.nav button {
	height: 40px;
	color: black;
}

button:hover {
	cursor: pointer;
}

