footer {
    background-color: #264348;
    color: white;
    padding-left: 1%;
    padding-top: 1em;
    text-align: left;
    height: 16em;
    position: absolute;
    width: 99%;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.hr_footer{
    border-top: 1px solid white;
    width: 12em;
    margin-left: 0;
}