.white{
    color:#FFFFFF;
}
.align-center{
    text-align:center;
}

.floater {  
       position: absolute; 
       z-index: 10000;
       top: 276px; 
       left: 0px;
       width: 40px
}
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }
    
      #footer {
        text-align: center;
      }


#headerSection{
    color:white;
    background-color: #54FF9F;
    margin-bottom: 5px;
    font-weight: bold;
}
#headerSection h1{
    font-size: 40px;
}
.row{
    margin-top: 10px;
}