body {
	background: #fff;
	position: relative;
}

.footer {
	position: absolute;
	top: 90vh;
	height: 10vh;
	background-color: #262b3a;
	width:  100%;
	display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}