@charset "utf-8";
@import url("main_page.css");

body nav a {
	text-decoration: none;
	color: white;
}
body nav {
	background-color: black;
}
body nav ul {
	display: flex;
	margin-right: 10%;
	margin-top: 0px;
	margin-left: 70%;
}
nav ul li {
	margin: 15px;
	flex-direction: row;
}
