.contact-bar{justify-content:center;margin-bottom:2rem;padding:1rem;display:flex}.contact-content{flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex}.username{color:#fff;background-color:#3498db;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;display:inline-block}.contact-bar hr{background-color:#ddd;border:none;width:100%;height:1px;margin:1rem 0}.contact-links{flex-wrap:wrap;justify-content:center;gap:3rem;width:100%;padding:.5rem 0;display:flex}.contact{justify-content:center;display:flex}.contact a{color:#333;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.contact a:hover{color:#3498db}.contact img{object-fit:contain;width:24px;height:24px}@media (max-width:768px){.contact-content{max-width:100%}.contact-links{justify-content:center;gap:2rem}.contact a{font-size:.9rem}.contact img{width:20px;height:20px}}
