.footer_section {
    background: #3a3530;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    padding: 25px 0;
}

.footer_section p {
    margin: 0;
}

.footer_section a {
    color: #3bd63d;
    text-decoration: none;
    transition: color 0.2s;
}

.footer_section a:hover {
    color: #ffffff;
}

