body {
	background-color: #0074D9;
}

.flex_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.button_container {
	position: relative;
	color: #FFF;
	height: 150px;
	width: 500px;
	margin: 10px;
	border: 2px solid #001F3F;
	border-radius: 5px;
}

.button_container:hover a {
	color: #001F3F;
}

.button_container:hover a:visited {
	color: #001F3F;
}

.button_container:hover {
	background-color: #FFF;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.5rem;
	font-style: bold;
	text-align: center;
}

a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #FFF;
}