.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px; /* Set the fixed height of the footer here */
    line-height: 25px; /* Vertically center the text there */
    background-color: #fbfbfb;
    opacity: 0.8;

}
.footer a {
    text-decoration:none;
    font-size: 60%;
    font-weight: 400;
}