/* footer.css - Footer Styling */
.footer {
    background: #1976d2;
    color: #fff;
    text-align: center;
    height: auto;
    padding: 20px;
    margin-top: 20px;
}
.footer .sosmed a {
    color: #fff;
    margin: 0 8px;
    text-decoration: none;
    font-weight: bold;
}
.footer .sosmed a:hover { color: #ffb300; }
