#footer {
    width: 100%;
    background-color: #282299;
    color: #f8f7f2;
    padding: 0;

    a {
        color: #f3f3f3;
        transition: all 0.7s;
        text-decoration: underline wavy transparent;
        text-underline-offset: 5px;
        text-decoration-color: #f3f3f3;
    }
    
    a:hover {
        color: #ce7474;
        text-decoration-color: #ce7474;
    }

    .section-content {
        margin: 20px auto;
        justify-content: space-evenly;
        align-items: normal;
    }

    .footer-title {
        font-family: 'Sorts Mill Goudy', 'Mate';
        font-size: 1.2em;
    }

    .footer-contact {
        padding: 10px;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 20px;
        font-family: 'Karla';
        font-size: 0.8em;
        justify-content: space-between;
    }
}