#footer{
    color: white;
    height: 275px;
    padding: 20px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: black;
}

#footer_body {
    height: 90%;
}

.col-6 span {
    color: #97C932;
    font-size: 14px;
}

.col-6 a {
    color: #97C932;
    font-size: 14px;
    text-decoration: none;
}

.col-6 a:hover {
    color: white;
    text-decoration: none;
}

#footer_tail {
    height: 10%;
    border-top: 1px solid white;
    font-size: 10px;
    padding: 10px;
}