#socials-footer-links {
    display: flex;
    gap: 8px;
    justify-content: center;   /* center under projects */
    margin-top: -10px;           /* closer to projects (small gap) */
    margin-bottom: 38px;       /* bigger gap from bottom of page */
}

.socials-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    color: #ffffff;
    text-decoration: none;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.socials-btn:hover {
    text-decoration: underline;
}
