.footer
{
    border-top: #cccccc solid;
    width: 100%;
    text-align: center;
    color: #aaaaaa;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index:1;
}

.leftFooterSection
{
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: start;
    padding-left: 5px;
}

.rightFooterSection
{
    width: 50%;
    align-items: center;
    margin-left: auto; 
    padding-right: 5px;
    width: 100%;
}

.footer a:link { 
    text-decoration: none; 
    color: #aaaaaa;
}

.footer a:visited { 
    text-decoration: none; 
    color: #aaaaaa;
}

.footer a:hover { 
    text-decoration: underline; 
    color: #aaaaaa;
}

.footer a:active { 
    text-decoration: underline; 
    color: #aaaaaa;
}