.phone-icon {
/* Move the color attribute to the phone tag */
}
.whatsapp-icon {
color: #25D366;
}
.email-icon {
color: #FF5722;
}
.website-icon {
color: #3b5998;
}
.contact-list {
position: fixed;
top: 50%;
right: 10px;
transform: translateY(-50%);
}
.website-url {
font-size: 1.7em;
}