footer {
    height: 50px;
    bottom: 0;

    padding-top: 5px;
    margin-top: 25px;
    
    text-align: center;
    font-style: italic;
}
#footer-border-top {
    height: 2px;
    bottom: 52px;

    background-image: linear-gradient(to right, #00000000, #00000000, #a0a0a0, #00000000, #00000000);
}