body{
    margin: 0 auto;
    padding: 0 auto;
    overflow: hidden;
}

#currentTheme{
    top: 90px;
    position: absolute;
    margin: 0 auto;
    padding: 0 auto;
    width: 100%;

    text-align: center;
    color: white;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    font-size: 2em;
}

#handInputs{
    top: 20%;
    left:5%;
    position: absolute;
    margin: 0 auto;
    padding: 0 auto;
    width: 40%;

    text-align: left;
    color: white;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    font-size: 2em;
    

}

#reticle{
    top:47.5%;
    left:47.5%;
    width:5%;
    height: 5%;
    position: absolute;
}