﻿.footerlinks
{
      color:#ffffff;
   text-decoration: none ¦ important;
    }
    .footerlinks:hover 
    {

       color: Yellow;
    }
 #footer1 
 {
     background: #762b00;
    
     }  
#footer2 
{
    background:#531f00;
    } 
    ss

main {
  flex: 1; /* This is the key: it tells the main content to grow and fill the remaining space */
  overflow: auto; /* Adds scrolling if content overflows */
}