a.social-link {
color: #ffffff !important;
text-decoration: none !important;
transition: color 0.2s ease;
}
a.social-link:hover,
a.social-link:focus {
color: #8b5a2b !important; /* brown on hover */
}
/* Set all fonts and icons inside the div to 12px */
.contact-info {
font-size: 14px;
}
/* Optional: make icons align better with text */
.contact-info i {
font-size: 14px;
vertical-align: middle;
}
Policies
body {
background-color: black;
color: white;
font-size: 10px; /* all text set to 9px */
margin: 0;
font-family: Arial, sans-serif;
}
.footer {
display: flex;
justify-content: space-between; /* left and right alignment */
align-items: center;
padding: 10px 20px;
/* border-top removed completely */
}
.footer a {
color: white;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
.copyright {
text-align: right;
}