html {
background-color: #E2E2E2;
color: #353535;
-webkit-text-size-adjust:100%;
line-height:1.15;
font-family:Source Code Pro,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
display: block;
text-align:center;
flex-direction:column;
align-items:center;
padding-top:2.5rem;
padding-left:2.5rem;
padding-right:2.5rem;
justify-content: center;
}


ul, li {
	text-align:center;
	list-style: none inside;
}


a.button {
  background-color: #323945;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  color: white;
  padding: 20px 34px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  font-family:Source Code Pro,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

    }