
#footer-semit{
    background: rgb(48,156,214);
    background: linear-gradient(270deg, rgba(48,156,214,1) 55%, rgba(85,174,221,1) 75%, rgba(149,204,234,1) 100%);
    bottom: 0; 
    width: 100%; 
    color:white;
    font-weight: bolder;
    /* position: fixed; */
  }
  
#footer-semit a{
    color:white;
    font-weight: bolder;
    text-decoration: none !important;
}