footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #1b0a42;
    padding: 18px;
    font-family: Dosis;
}
footer section {
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
}

footer section:last-child {
    margin-right: 0;
}

footer h2 {
    color: white;
    border-bottom: 1px solid white;
    padding: 5px;
    margin-bottom: 6px;
    font-size: 1rem;
    letter-spacing: 3px;
}

footer section a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 13px;
}

footer a:hover {
    border-bottom: 1px solid white;
    margin-bottom: 5px;
}