body { 
    margin: 0; 
   background-color:rgb(191, 191, 191);
   font-family: arial ;
   color: black; 
   font-size: large; 
   
}
.main {    
background-color: white;
 color: crimson;  
 margin-top: 0;   
 padding-bottom: 20px;
 
}   

.anv { 
    display: flex;
    width: 100%;
    align-items: flex-end;
    margin: 0; 
    padding: 2px 10px;
} 

.anv button { 
    flex: 1;
    height: 50px;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
    border-right: 1px solid #ccc; 
    font-weight: bolder; 
    
}

.anv button:last-child {
    border-right: none;
}  

.hov1:hover { 
    background: linear-gradient(to bottom, #DA70D6, #9932CC);
    color: black; 
    font-weight: bolder;
}
.hov2:hover { 
    background: linear-gradient(to bottom, #FF6B6B, #DC143C);
    color: black; 
    font-weight: bolder;
} 

.hov3:hover { 
    background: linear-gradient(to bottom, #ADD8E6, #0000FF);
    color: black; 
    font-weight: bolder;
} 
.hov4:hover { 
    background: linear-gradient(to bottom, #FFFF00, #FFD700);
    color: black; 
    font-weight: bolder;
} 

.hov5:hover { 
    background: linear-gradient(to bottom, #90EE90, #008000);
    color: black; 
    font-weight: bolder;
}


.gms { 
    
     border-radius: 0;
    gap: 20px;  
    display: flex;  
    margin-left: 150px; 
    margin-bottom: 20px;
}
.gms img { 
    width: 100px; 
    height: 100px; 
    object-fit: contain; 
    border: transparent;   
    background-color: transparent;  
    align-items: flex-start; 
    
    

}  

.gms button { 
    border: black solid 5px; 
    border-radius: 0; 
    border-style: groove; 
     box-shadow: 
        2px 2px 0px #000,
        inset 0px 1px 0px rgba(255,255,255,0.3),
        inset 0px -1px 0px rgba(0,0,0,0.3);
    border: 2px solid #000; 
    align-items: flex-start;  
    padding: 2px 10px;
    
}

.ginfo { 
    border: 5px solid crimson; 
    margin: 0;
    margin-left: 360px; 
    margin-right: 360px; 
    color: white;

}
 
.top { 
   background-color: rgb(91, 91, 228);   
 margin: 0;
   display: flex;
   align-items: center;
   padding: 10px;
} 



.gbox { 
    border: 5px solid crimson; 
    margin: -20px auto 0 auto; 
    align-items: center; 
    max-width: max-content; 
    max-height: fit-content; 
    margin-top: 20px;
}   

.sida { 
    display: flex; 
    align-items: flex-end; 
    flex-direction: column; 
    background-color: grey;
    margin-left: 200px;
    width: fit-content;  
    margin-bottom: 90px;   
    margin-right: 100px; 
    margin-top: 20px;
    float: right;
    
}

.gms1 { 
         border-radius: 0;
    gap: 20px;  
    display: flex;  
    align-items: center; 
    margin-left: 90px;
} 


.gms1 img { 
    width: 100px; 
    height: 100px; 
    object-fit: contain; 
    border: transparent;  
    margin: 0;  
    background-color: transparent;  
     align-items: center;
    
    

}  

.gms1 button { 
    border: black solid 5px; 
    border-radius: 0; 
    border-style: groove; 
     box-shadow: 
        2px 2px 0px #000,
        inset 0px 1px 0px rgba(255,255,255,0.3),
        inset 0px -1px 0px rgba(0,0,0,0.3);
    border: 2px solid #000; 
   align-items: center;
    
}

.lon { 
    border: solid5px grey; 
    margin-left: 30px; 
    margin-right: 30px;
} 

.btn {
  color: #fff;
  background-color: var(--light-primary);
  height: 25px;
  min-width: 75px;
  cursor: pointer;
  border-top: solid 1px var(--border-light);
  border-bottom: solid 1px var(--border-dark);
  border-left: solid 1px var(--border-light);
  border-right: solid 1px var(--border-dark);
  font-weight: lighter;
  font-family: inherit;
  font-size: 12px;
  padding: 0 12px;
} 
    .tmain{ 
           margin-left: 50px; 
           margin-right: 50px; 
          border-top: solid 1px var(--border-light);
  border-bottom: solid 1px var(--border-dark);
  border-left: solid 1px var(--border-light);
  border-right: solid 1px var(--border-dark);
  background-color: var(--light-primary);
        } 
        .btn {
  border-top: solid 1px var(--border-light);
  border-bottom: solid 1px var(--border-dark);
  border-left: solid 1px var(--border-light);
  border-right: solid 1px var(--border-dark);
  background-color: var(--light-primary);
  color: var(--text);
  cursor: pointer;
  padding: 4px 12px;
  font-family: inherit;
  font-size: 12px;
}

.btn:active {
  border-top: solid 1px var(--border-dark);
  border-bottom: solid 1px var(--border-light);
  border-left: solid 1px var(--border-dark);
  border-right: solid 1px var(--border-light);
} 
:root {
  --light-primary: #4a5c3a;
  --border-light: #7a9060;
  --border-dark: #1e2a14;
  --text: #d0dbc0;
} 


