.skype-icon { font-size: 48px; /* Increase the icon size */ display: inline-block; border-radius: 50%; /* Create a circular shape */ border: 2px solid #fff; /* White border */ padding: 10px; /* Padding around the icon */ background-color: #00aff0; /* Skype blue background color */ color: #fff; /* White color for the icon */ text-decoration: none; }