body {
    background-color: black;
    color: white;
}

h1 {
    font-family: 'Press Start 2P', cursive; 
    font-size: 48px;
}

h2 {
    font-family: 'Audiowide', cursive;
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

#header {
    text-align: center;
    margin-bottom: 50px;
}

#mainBody {
    text-align: center;
    font-family: 'Orbitron', sans-serif;
}

#photo {
    border: dashed white;
    float: left;
    width: 25%;
    margin-left: 25%;
    height: 600px;
}

#batman {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#intro {
    margin-top: 50px;
}

#game {
    overflow: auto;
    border: dashed white;
    width: 25%;
    height: 600px;
}