body {
	border: 5px solid;
	margin: 30px;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
}

ul {
	display: flex;
	justify-content: space-around;
	align-content: center;
}

li {
	margin-top: 40px;
}

nav {
	height: 150px;
	padding: 20px;
	background: lightcoral;
}

a {
	text-decoration: none;
}