html {
  background-image: url("http://hdwalltop.com/wp-content/uploads/2015/02/space-black-background-tumblr-code.jpg");
}
body {
  display: flex;
  justify-content:center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
section {
  height: 60vh;
  width: 33vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
footer {
  height: 60vh;
  width: 33vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
}
.sign {
  height: 20rem;
  width: 25rem;
  background-image: url("http://feelgrafix.com/data/nebula/nebula-13.jpg");
  margin-left: 2rem;
  z-index: +1;
  flex: 2;
  font-size: 1rem;
  padding: 1rem;
  border: red solid .25rem;
  font-family: 'Press Start 2P', cursive;
  align-self: flex-end;
  color: white;
}

.game {
  height: 70vh;
  width: 30vw;
  margin-right: 6rem;
  margin-bottom: 18rem;
}

.loading {
  color: red;
  font-family: 'Press Start 2P', cursive;
  position: fixed;
  z-index: -1;
  height: 4rem;
  width: 18rem;
  border: .25rem solid rgb(14, 239, 246);
  background-image: url("http://feelgrafix.com/data/nebula/nebula-13.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;

}
.dummyHolder {
  height: 100vh;
  width: 35vw;
}
.spaceBar {
  height: 2rem;
  width: auto;
}
h4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
h3 {
  align-self: flex-end;
}
form {
  color: red;
}
.leaderBoard {
  color: white;
  background-image: url("http://feelgrafix.com/data/nebula/nebula-13.jpg");
  border: red solid .25rem;
  font-family: 'Press Start 2P', cursive;
  padding: 1rem;
  align-self: flex-end;
  margin-left: 6.5rem;
}
li {
  list-style: none;
}
.barlittle {
    background-color: rgb(246, 15, 43);
    background-image: -moz-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    background-image: -webkit-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
}
.block_1 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.block_2 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.block_3 {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.block_4 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}
@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1;
    };
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    };
}
