.w3-text-theme {color:#008c44 !important}
.w3-theme {color:#fff !important; background-color:#008c44 !important}
.w3-theme-l5 {color:#000 !important; background-color:#f0fff7 !important}
.w3-theme-l4 {color:#000 !important; background-color:#b5ffd9 !important}
.w3-theme-l3 {color:#000 !important; background-color:#6bffb3 !important}
.w3-theme-l2 {color:#000 !important; background-color:#21ff8d !important}
.w3-theme-l1 {color:#000 !important; background-color:#00d668 !important}
.w3-theme-d1 {color:#fff !important; background-color:#007e3d !important}
.w3-theme-d2 {color:#fff !important; background-color:#007036 !important}
.w3-theme-d3 {color:#fff !important; background-color:#006230 !important}
.w3-theme-d4 {color:#fff !important; background-color:#005429 !important}
.w3-theme-d5 {color:#fff !important; background-color:#004622 !important}
.w3-theme-light {color:#000 !important; background-color:#00d668 !important}
.w3-theme-dark {color:#fff !important; background-color:#005429 !important}
.w3-theme-action {color:#fff !important; background-color:#004622 !important}
.center {
    margin: auto;
    margin-top:50px;    
    width: 60%;
    height: auto;
    border: 3px solid #008644;
    padding: 10px;
}
/* Set the height of the grid so that left and right col can be 100% (adjust as needed) */
.w3-row {height: auto;}
    
/* Set a 100% height to left and right col */
.w3-col.m2, w3-col.m2 {height: 100%;}
    
/* On small screens, set grid height to 'auto' */
@media screen and (max-width: 601px) {
  .w3-row {height:auto; width: 90%;} 
}  
/* Madimon Green Color for text*/
#mt {color:#00AE00;} 
/* border color foot */
p.two {
    border-style: solid;
    border-color: #008c44;
} 
body {
  padding-top: 10px;
  flex: 1 0 auto;
  width:90% ;
  max-width: 1200px;
  margin: 0 auto !important;
  min-height: 100vh; /* Ensure the body takes up at least the full viewport height */
  flex-direction: column; /* Arrange content vertically */
}

main {
  flex: 1 0 auto; /* Allow the main content to grow and take up available space */
  margin: 0 auto;
}

footer {
height: 5px; background-color: #006230;  /* Style your footer as needed */
}