body {
    min-height: 100vh;
}

.hero {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
}

footer a {
    text-decoration: none;
}
