html, body{
	height: 100%;
	font-family: sans-serif;
}
.banner{
	  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.links{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.links a{
	padding: 20px 40px;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 16px 21px 16px -10px rgba(0, 0, 0, 0.23);
-moz-box-shadow: 16px 21px 16px -10px rgba(0, 0, 0, 0.23);
box-shadow: 16px 21px 16px -10px rgba(0, 0, 0, 0.23);
}
.links a:first-child{
	margin-right: 40px;
	background-color: #1bb895;
}
.links a:last-child{
	background-color: #ec2218;
}