body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff9db;
}

main {
    flex: 1;
}

.hero-section {
    background: #f2f5f8;
}

.card {
    border-radius: .75rem;
}