Latest
Popular
Follow Us
.social-icons {
display: flex;
gap: 15px;
align-items: center;
}
.social-icons a {
text-decoration: none;
color: #000;
}
.social-icons img {
width: 32px;
height: 32px;
}
.youtube-button {
padding: 10px 20px;
background-color: #FF0000;
color: #fff;
text-transform: uppercase;
font-weight: bold;
border: none;
border-radius: 4px;
cursor: pointer;
}
.youtube-button:hover {
background-color: #cc0000;
}