.game-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#start-game-button {
  border: 0;
  box-shadow: 0;
  background: linear-gradient(to bottom, #1A7BC7, #0E3A5C);
  color: #fff;
  padding: 20px 40px;
  font-size: 30px;
  border-radius: 5px;
}

#freakinvaders {
  text-align: center;
}
