body {
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  #width:80%;
}

header {
    color: #ffffff;
	background-color: #004855;
	height:80px;
	line-height: 80px;
	font-size: 36px;
    font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 36pt;
	}

.searches {
	width:100%;
	background-color:#54959f;
	padding:50px;
}

.button {
	height:300px;
	width:400px;
	background-color:#ffffff;
	border-radius: 12px;
	font-size: 24px;
    font-weight: bold;
	text-align: center;
	color: #004855;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 1px 4px #ccc;
    -moz-box-shadow:    3px 3px 1px 4px #ccc;  
	box-shadow:         3px 3px 1px 4px #ccc; 	
}

a {
	  text-decoration: none;
	  color: #004855;
	  	font-size: 28px;
}

.button-space {
   width:40px;
}
