/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
}

/* Knack App Embed */
#knack-dist_8 {
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
}

/* Footer */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

p {
    text-align: center;
}

/* Modern Link Style without Underline */
a.modern-link {
    text-decoration: none; /* Remove underline */
    color: #0066cc; /* Modern blue color */
    transition: color 0.3s; /* Smooth transition */
}

a.modern-link:hover {
    color: #002060; /* Dalantia blue color on hover */
}
