body
	{	width: 980px;
	}

ul
	{ list-style-type: none;
		display: flex;
		justify-content: center;
	}

li
	{
		font-weight: bold;
		margin-right: 20px;
	}

