footer {
    color: #F5758D;
    font-weight: 700;
    letter-spacing: .05rem;
    font-family: 'Dancing Script', cursive !important;
    display:flex;
    justify-content: center;
    flex-direction: column;
}

footer div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

footer a {
    color: #F5758D;
    text-decoration: none;
    display: inline-block;           /* Needed for transform to work properly */
    transition: transform 0.2s ease; /* Smooth animation */
}

.footer-nav {
    font-family: 'Arial', sans-serif;
}

footer a:hover {
    transform: scale(1.2); 
}

footer div h2 {
    margin-top: 0px;
}

#copyrighty {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8rem;
    font-weight: normal;
    letter-spacing: initial;
}

.swirly img {
    height: 40px;
    max-width: 100%;
}
