
    body{
        background-repeat:no-repeat;
        background-color:#090e25;
    }
    .version{
        position: relative;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-style: italic;
        color: white;
        display: flex;
        justify-content: center; 

    }
    .contact{
        position: absolute;
        left: 720px;
        top:900px;        
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;        
        color: white;      
    }
    .row1 {
        position: absolute;
        left: 605px;
        top:150px;
        display: flex;
        justify-content: center; 
        
    }
    .row2 {
        position: absolute;
        left: 605px;
        top: 253px;
        display: flex;
        justify-content: center; 
        
    }
    .row3 {
        position: absolute;
        left: 650px;
        top: 355px;
        display: flex;
        
    }
    .column{
        flex: 5%;
        padding: 3px;
    }
    .images{
        margin: 5px;
        width: 84px; 
        height: 84px;         
    }
    .horizontalcenter{    
        display: flex;
        justify-content: center;
        
    }
    .banner1{
        position: absolute;
        left: 540px;
        top: 565px;
        display: flex;
    }    
    
    .banner2{
        position: absolute;
        left: 375px;
        top: 675px;
        display: flex;
 
    }
    .banner3{
        position: absolute;
        left: 375px;
        top: 785px;
        display: flex;
    }
    .tilecounter{
        display: flex; 
        justify-content: center; 
        font-weight: bold; 
        font-size: 18px; 
        color:rgb(201, 131, 2);
    }
    .buttoncontainer{
        position: absolute;
        left: 413px;
        top: 487px;
        display: flex;
 
    } 
    .buttons{
        position: relative;
        justify-content: center;  
        float: none;
        
    }
    .resetbutton {        
        background-image: url('./images/resetup.png');
        background-size: cover;
        width: 184px;
        height: 67px;
        border: none;   
    }
    .resetbutton:active{
        background-image: url('./images/resetdown.png');
    }
    .summonbutton {        
        background-image: url('./images/30up.png');
        background-size: cover;
        width: 184px;
        height: 67px;
        border: none;        
    }
    .summonbutton:active{
        background-image: url('./images/30down.png');
    }
    .autobutton {        
        background-image: url('./images/900up.png');
        background-size: cover;
        width: 184px;
        height: 67px;
        border: none;        
    }
    .autobutton:active{
        background-image: url('./images/900down.png');
    }   
    .maxbutton {        
        background-image: url('./images/maxup.png');
        background-size: cover;
        width: 184px;
        height: 67px;
        border: none;        
    }
    .maxbutton:active{
        background-image: url('./images/maxdown.png');
    }       
  
    .whalemeter{
        position: absolute;
        left: 1074px;
        top: 75px;  
        
    }
    .meterspothole{
        position: absolute;
        left: -15;
        top: -200;        
    }    
    .diamonds{
        position: absolute;
        left: 300px;
        top: 10px;  

    }
    .diamondcounter{
        padding-bottom: 10px;
        padding-right: 20px;
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size:40px;
        color: white;   
        display: flex;
        justify-content: center;     
        
    }
    .currency{    
        position: absolute;
        left: 1020px;
        top: 10px;     
    }    
    .currencycounter{
        padding-bottom: 10px;
        padding-right: 20px;
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size:40px;
        color: white;  
        display: flex;
        justify-content: center;
    }    
    .ssrcounterlabel {        
        position: absolute;
        left: 370px;
        top: 175px;   
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size:30px;
        color: white; 
        display: inline-block;
         
    }
    .ssrcounter {        
        display: inline-block;
        vertical-align: top; 
    }
    .ssrcostlabel {        
        position: absolute;
        left:1050px;
        top: 175px;   
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size:30px;
        color: white;  
    }
    .ssrcost {        
        position: relative;     
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size:30px;
        color: white; 
        display: flex;
        justify-content: center;          
    }

        
