.footer_background {
    margin-top: 40px;
    background-color:rgb(163, 27, 181);
    color: rgba(255, 255, 255, 0.938);
}

.footer_body {
    width: 95vw;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    font-family: Helvetica;
}

.footer_headline {
    font-weight: bold;
    font-family: 'Helvetica';
}

.footer_list {
    font-family: 'Helvetica';
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_flex {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer_body a {
    text-decoration: none;
    color: white;
    text-decoration: underline;
}
