* {
    margin: 0;
}

html,
body {
    color: rgb(27, 24, 24);
    font-size: 18px;
    line-height: 34px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    background-image: url("../images/psychicbackground.jpg") ;
    background-size: 100%;
    height: 100%;
    font-weight: 500;
    text-decoration-line: underline;
}
#gamename {
    color: #726e6e;
    font-weight: 900;
    text-shadow: 2px 2px rgb(68, 12, 40);
}
#subhead {
    color: white;
    font-weight: 500;
    text-shadow: 2px 2px black;
}
#futureheading {
    color: white;
    font-weight: 300;
    text-shadow: 2px 2px black;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.mainHeader {
    columns:4;
}

#game {
    z-index: 1;
    text-align: left;
}

#container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    clear: both;
}

.mewtwo {
    max-height: 2em;
    float: left;
}

.footer,
.push {
    height: 4em;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
/* Added this to keep the mewtwo picture from getting distorted or enlarged by different browsers Internet explorer 11 is not displaying it correctly*/
img {

    -ms-transform: translateY(85px);
    -webkit-transform: translateY(85px);
    -moz-transform: translateY(85px);
    -o-transform: translateY(85px);
    transform: translateY(85px);
     z-index: 1000; 
      position: relative;
      display: inline-block;
    
    }