body {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

h1, p {
    text-align: center;
}

.menu-wrapper {
    width: 1080px;
}

.menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}
.menu a{
	display: block;
	text-decoration: none;
}





.one {
    background-color: orange;
}

.one ul {
    display: flex;
    justify-content: center;
}

.one li {
    line-height: 50PX;
}

.one a {
    color: white;
    padding: 0 20px;
}

.one .active a,
.one a:hover{
	background: rgba(0, 0, 0, 0.1);
}