html, body {
  margin: 0;
  color: #1f1f1f;
}

html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 100%;
  text-align:center;
}

body {
  overflow: hidden;
  height: inherit;
}

 body a {
    color: #648ea1;
    text-decoration: none;
}

#header {
    padding: 0 1%;
}

#header h1{
    margin-bottom: 0px;
}

#header h2{
    margin-bottom: 0px;
    margin-top: 0px;
    color: #626262;
}

#header h4{
    margin-top: 0px;
    margin-bottom: 30px;
}

#salebar{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    
}

.game{
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;    
}

.game h1{
  font-size: 2rem;
  letter-spacing: -1px;
  margin: 0;

}

.spacer {
    height: 50px;
}

#balls{
    background-image: url("balls.png");
}

#balls h1 {
  color: transparent;
  transparent: true;
  text-shadow: 0px 0px 1px white, 2px -1px 5px red, -1px 2px 5px blue, -2px -2px 5px green;
  position: absolute;
  top: 207px;
  z-index: 1;
}

#wasm{
    background-image: url("wasm.png");
}

#wasm a{
    color: black;
}