body {
    display: grid;
    place-items: center;
    height: 100vh;
    margin: 0;
}

nav > a {
	text-decoration: none;
	font-weight: bold;
}

nav > ul > li > a {
	text-decoration: none;
	font-weight: bold;
}