body {
	background-color: #00a7e3;
	font-family: 'Raleway', sans-serif;
	color: #000;
	text-align: center;
	flex-wrap: wrap;
	margin-top: 25%;
	padding: 0 10px;
}
p {
	color: white;
	font-size: 20px;
}
a {
	text-decoration: none;
	background-color: white;
	padding: 14px 0;
	max-width: 440px;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: 900;
	color: #00a7e3;
	transition: 200ms all ease-in-out;
	border-radius: 5px;
	display: block;
	margin: auto;
	font-size: 18px;

}
a:hover {
	color: white;
	background-color: transparent;
}