/* Style for the footer container */
.privacy-policy-box {
    padding: 20px;
    text-align: center;
}

/* Style for the link within the footer */
.privacy-policy-box a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* Hover effect for the link */
.privacy-policy-box a:hover {
    color: #555;
}
