/* Custom styles generally not needed with Bootstrap 5, but good to have ready */
body {
    min-height: 100vh;
}
.card {
    border-radius: 10px;
}
