body {
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif; /* Ganti dengan font Poppins */
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.bg-primary {
    background-color: #007bff !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 14px;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600; /* Poppins dengan ketebalan 600 */
}

h3 {
    font-weight: 500; /* Poppins dengan ketebalan 500 */
}

label, button {
    font-weight: 400; /* Poppins dengan ketebalan 400 */
}
