@charset "utf-8";
/* CSS Document */
/* Bradrick Page  Style */
button {
	background-color: white;
	width: 33%;
	min-width: 200px;
	display: inline;
	height: 45px;
	border-radius: 15px;
}

button a:link, button a:visited {
	color: black;
	text-decoration: none;
}

button:hover {
	background-color: #D9A8A8;
}

.icon {
	height: 35px;
	width: 35px;
}

.center-icons {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
	margin: auto;
}

