
body {
    background: #212121;  
    overflow: hidden;
    background-image: url('./lights.gif');
    background-size: cover;
    
    
    background-position-x:60%;
    height: 110vh;
    padding:0;
    margin:0;
}

#title{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
    color: whitesmoke;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: xx-large;
}

#moxie{
    height:35%;
    /* width: 80%; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style:double;
    border-width: 10px;
    border-color: darkgray;
}

#JZW{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
}
   
#container {
     position: absolute;
     width: 400px;
     height: 400px;
     margin: auto;
     transform: rotate(45deg);
     top: 0; bottom: 0; left: 0; right: 0;
}