body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}
h1, h2, h5 {
    font-weight: bold;
}
.equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-height .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
