@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: gameOver;
  src: url(font/ARCADECLASSIC.TTF);
}

* {
	font-family: gameOver;
}

.a {
  border-radius: 10px;
  margin: 1em 3em 0 3em;
  position: absolute;
  bottom: 1em;
}

.a:hover {
  background-color: #ccc;
}

