body {
	background-color:#1f304d;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-family: "Atlas Grotesk Web", sans-serif;
}

body > div {
	display:flex;
	max-width:600px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
}
body > div > div {
	margin-top:4em;
	margin-bottom:1.25em;
	background-color:white;
	border-radius:100px;
}

p {
	color:white;
	font-size:1.5em;
	line-height:0;
}

img {
	max-width: 100%;
	height:auto;
	padding:1.5em;
}

div > a {
	margin-top:0.75em;
	color:white;
	text-decoration:none;
	width:100%;
	font-size:1.5em;
	text-align:center;
	border: 1px solid white;
	padding:0.35em 0.5em;
	border-radius: 0.5em 0 0.5em 0em;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}

a > i {
	font-size:1.4em;
	margin-right:0.25em;
}

