a {
    color: rgba(93, 93, 93, 0.84);
}

a:hover {
    color: rgba(93, 93, 93, 1);
}

footer {
    position: relative;
    bottom: 0px;
    height: 20px;
    background-color: transparent;
    text-align: right;
    width: 100%;
    padding: 20px;
    font-size: 11px;
}