header h1 {
    z-index: 5;
    
    user-select: none;   
}

#Visual-UI {
    width: 100vw;
    height: 100vh;
    
    position: fixed;
    top: 0;
    left: 0;   
}
#Table {
    width: 100vw;
    
    position: fixed;
    bottom: 0;
    
    z-index: 2;  
    
    filter: drop-shadow(0 50px 1.75em black);
}
#A-Second-More-Mysterious-Table {
    width: 100vw;
    height: 100vh;
    
    position: fixed;
    top: 0;
    
    z-index: 1;   
}

#Play-Button {
    background: transparent; 
    
    width: 193px;
    height: 193px;
    
    border: none;
    
    position: absolute;
    bottom: 283px;
    left: 662px;
    
    z-index: 4;
    
    user-select: none;   
}
#Play-Button h2 {
    margin: 63px 0;
    
    text-align: center;   
}

#Text h5 {
    z-index: 99;   
}

#Hitbox-UI {
    width: 100vw;
    height: 100vh;
    
    position: fixed;
    top: 0;
    left: 0;
    
    visibility: visible;   
}
#Betting-Area-Hitbox {
    background: red;
    
    width: 193px;
    height: 193px;
    
    position: absolute; 
    bottom: 283px; 
    left: 662px;
    
    z-index: 5;   
}
.chips_hitbox {
    background: red;
    
    width: 80px; 
    height: 80px; 
    
    position: absolute;
    bottom: 75px;
    
    z-index: 5;      
}
#Tens-Hitbox {
    left: 454px;    
}
#Fifties-Hitbox { 
    left: 604px; 
}
#Hundreds-Hitbox {
    left: 833px;  
}
#Fivehundreds-Hitbox { 
    left: 984px;  
}