body {
    background-color: #f8f9fa;
    font-family: 'Fira Sans', sans-serif;
}
.profile-pic {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.link-btn {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s ease;
}

.link-btn:hover {
    transform: scale(1.03);
    opacity: 0.9;
}

.whatsapp {
    background-color: #25D366;
}

.signal {
    background-color: #3A76F0;
}

.telegram {
    background-color: #0088cc;
}

.instagram {
    background-color: #E4405F;
}

.gitlab {
    background-color: #FC6D26;
}

.facebook {
    background-color: #1877f2;
}

.linkedin {
    background-color: #0077b5;
}

.mastodon {
    background-color: #6364FF;
}

.github {
    background-color: #333333;
}

.simplex {
    background-color: #5E17EB;
}

.email {
    background-color: #6c757d;
}

footer {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 2rem;
}


.gradient-title {
  background: linear-gradient(90deg,
    #3A76F0, #0088cc, #E4405F, #5E17EB, #FC6D26, #1877f2,
    #0077b5, #6364FF );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
}
