body {
    background-image: url('http://media-s3-us-east-1.ceros.com/hype-beast/images/2018/07/13/a9a51bc0b8d626db493ab5f9a971b043/background-hero.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: aliceblue;
    font-family: 'Quicksand', sans-serif;
}

#gameContainer {
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#pkmnImg {
    width: auto;
    height: 300px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

#infoBox {
    background-color: black;
    opacity: 0.6;
}

#info {
    z-index: 2;
    opacity: 1;
}