body {
	background: white;
}
.container{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	text-align: center;
	box-sizing: border-box;
	margin: 64px auto;
	width: 60%;
}
.section {
	display: block;
	width: 100%;
}
ul {
	display: block;
	padding: 40;
	margin: 64px auto;
}
li {
	list-style: none;
	list-style-image: none;
	display: block;
	margin: 10px auto;
}
li a{
	display: block;
	transition: all 300ms;
}

h2 {
	font-size: 5vh;
	margin: 64px auto 16px;
	text-align: center;
}

