body {
	margin: 0px;
}

img {
	border-radius: 5%
}

a {
	font-family: impact;
	color: #8956FF;
	text-decoration: none;
}

.header {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: pink;
	height: 120px;
	font-size: 90px;
	border-style: none none solid none;
}

.header h1 {
	margin: auto;
	color: blue;
	font-family: impact;
	font-size: 90px;
	font-weight: normal;
}

.links {
	margin: auto;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	font-size: 20px;
}

.links > div {
	width: 100px;
	height: 50px;
	background-color: pink;
	margin: 10px;
	border-radius: 15px;
}

.links > div > a {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	height: 3rem;
	line-height: 3rem;
	margin: auto;
}

.grid, .row {
	margin: auto;
	width: 90vw;
}

.row {
	display: flex;
	justify-content: center;
}

.row > div > a > img {
	width: 20vw;
	height: auto;
	margin: 5rem;
}