body {
    background-color: #f4f6f9;
    font-family: Arial, Helvetica, sans-serif;
}

.card {
    border-radius: 10px;
}

h2 {
    font-weight: 700;
}

h5 {
    margin-top: 20px;
    font-weight: 600;
}

p,
li {
    font-size: 15px;
    line-height: 1.7;
}

button {
    font-size: 16px;
}

/* Print Friendly */
@media print {
    button {
        display: none;
    }
}