footer{
    overflow-x: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: Gill Sans, sans-serif;
    font-size:medium;
    word-break: break-all;
    max-width: 100%;
}
#footerBottomColor{
    background-color: rgba(29, 29, 29, 0.905);
}
