#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: rgba(173, 92, 214,0.5);
    transition: 1000ms linear;
    border-width: 0px;
    border-style: solid;
    padding: 8px;
    font-size: px;
}
#footer:hover {
background-color: rgba(173, 92, 214,0.9);
}