.footer_section {
    background-color: #808080;
    text-align: center;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 0;
}

.footer_section a {
    color: #ffffff;
    text-decoration: none;
}

.footer_section a:hover {
    color: #ededed;
}

.footer_section p {
    margin: 0;
}

