
.footer {
    height: auto;
    width: auto;
    display: block;
    background-color: #3d5300;
    color: white;
    padding-top: 20px;
    padding-left: 50px;
    text-decoration: none;
}

.footer a:hover, .footer a:link, .footer a:visited {
    text-decoration: none;
    color: white;
}