body {
  background-image: url("images/bg.png");
  background-repeat: repeat;
  color: greenyellow;
  cursor: url("images/cursor.png"), auto;
}

a {
  color: green;
  background-color: black;
  width: auto;
  padding: 0.25em;
}

a:hover {
  color: green;
  width: auto;
  cursor: url("images/cursor-hover.png"), auto;
}

.container,
footer {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.container {
  margin-bottom: 4em;
}

.logo {
  max-width: 50%;
}

.badges {
  margin: 2em;
}

.badges>div {
  margin: 1em;
}

.pixel-art {
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.img-sm {
  width: 5em;
}

.img-md {
  width: 7em;
}

.img-lg {
  width: 10em;
}

.gex-image {
  position: relative;
  top: -180px;
}

.gif-wrapper {
  height: 20px;
}

h1 img {
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {

  .container,
  footer {
    width: 100%;
  }

  .logo {
    max-width: 80%;
  }

  .hide-on-mobile {
    display: none;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.75em;
  }

  .img-sm {
    width: 2em;
  }

  .img-md {
    width: 3em;
  }

  .img-lg {
    width: 7em;
  }
}

#app {
  /* padding: 5em; */
  height: 350px;
}