html {
  margin: 0;
  height: 100%;
  overflow: hidden; }

body {
  background-color: black; }

canvas {
  background: black;
  display: block;
  margin: 0 auto;
  border: 2px solid white; }

#out {
  width: 100px;
  height: 100px; }

header {
  font-family: "Orbitron", sans-serif;
  font-size: 24px;
  color: white;
  text-align: center;
  top: 10; }

#start-screen {
  text-align: center;
  line-height: 24px;
  position: absolute;
  visibility: hidden; }

#settings {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 15%;
  line-height: 50px; }

.overlay {
  width: 50vw;
  margin: 0 auto;
  font-family: "Orbitron", sans-serif;
  font-size: 80px;
  line-height: 115px;
  color: white;
  background-color: transparent;
  border: 4px solid white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }

#begin {
  line-height: 200px;
  cursor: pointer; }

#congrats {
  text-align: center;
  border: none;
  font-size: 100px; }

#game-over {
  color: #900;
  border-color: #900;
  cursor: pointer; }

#game-over:hover {
  color: black;
  background-color: #900;
  border-color: black;
  font-weight: bold; }

#begin:hover {
  color: black;
  background-color: white;
  border-color: black;
  line-height: 205px;
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
