.social-icons {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
padding: 20px 0;
}

.social-icons a {
text-decoration: none;
color: white;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
width: 160px;
height: 50px;
border-radius: 8px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
font-family: sans-serif;
}

.social-icons a:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.facebook { background: #1877f2; }
.instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.youtube { background: #ff0000; }
.tiktok { background: #010101; }
.linkedin { background: #0077b5; }

.social-icons img {
width: 20px;
margin-right: 10px;
}

Follow CompuArt Online

Join us on your favorite platform and stay updated with our latest PC builds, tech content, and special offers!