a.button1{
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #ea6621ff;
	margin:0 0.3em 0.3em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#ea6621ff;
	text-align:center;
	transition: all 0.2s;
}
a.button1:hover{
	color:#000000;
	background-color:#e68450;
}
@media all and (max-width:30em){
	a.button1{
	display:block;
	margin:0.4em auto;
	}
} 