footer {
    background-color: #ff0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

footer h1 {
    font-size: 2rem;
    line-height: 2rem;
}

.blue {
    color:#000080;
}

.social a {
    font-size: 2rem;
    padding: 0.5rem;
    border: 3px solid transparent;
}

.social a:hover {
    border-bottom: 3px solid #000080;
}

.mantra {
    text-align: center;
}

@media (max-width: 800px) {
    footer {
        flex-direction: column;
        gap: 2rem;
    }
}
