.bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.35);
    color: #ddd;
    text-align: center;
    padding: 12px 0;
    font-size: 0.9em;
}

.bottom-bar a {
    color: #ccc;
    text-decoration: underline;
    transition: 0.3s;
}
.bottom-bar a:hover {
    color: #009FCB;
}

