﻿.footercontent {
    margin: 5px auto 5px auto;
    padding: 1px 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    
    background-color: white;
}

.footerline {
    width: 100%;
    height: 1px;
    background-color: #1879bd;
    margin-right: 10px;
}

.footertext {
    font-size: 1em;
    color:  #1879bd;
}

