.button1 {
	border: 2px solid black;
	border-radius: 5px;
  	color: rgb(139, 17, 137);
	background-color: #FFA552;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	font-family: Candara;
	margin: 0 auto;
	cursor: pointer;
}

.centerbutton {
	margin-top: 0;
	position: relative;
	height: 200px;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
