*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body, div{
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.buttons,.logo{
	text-align: center;
}