.footer{
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer a{
    color: black;
}

.footer a:hover{
    color: aqua;
}