.footer {
    text-align: center;
    padding: 20px 10px;
    margin-top: 60px;

    font-size: 13px;
    color: #64748b;

    border-top: 1px solid rgba(56, 189, 248, 0.1);
}

.footer a {
    color: #64748b;
    text-decoration: none;
    transition: 0.2s;
}

.footer a:hover {
    color: #38bdf8;
}

.footer span {
    margin: 0 8px;
    opacity: 0.5;
}

.footer-copy {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0.6;
}