.buttona{
	display: block;
  margin-left: auto;
  margin-right: auto;
margin-top: 2%;
border-radius: 3px;
height: 40;
width: 250;

	background-color: #5c945c;
	border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    cursor: pointer;
	font-family: Bahnschrift, "Goudy Bookletter 1911", sans-serif;
	box-shadow: grey 3px 3px 5px;
	outline-color: #272324;
}

.buttonb{
	display: block;
  margin-left: auto;
  margin-right: auto;
margin-top: 2.5%;
border-radius: 3px;
height: 50;
width: 300;

	background-color: #5c945c;
	border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    cursor: pointer;
	font-family: Bahnschrift, "Goudy Bookletter 1911", sans-serif;
	box-shadow: grey 3px 3px 5px;
	outline-color: #272324;
}