body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff0f5;
}

header {
    background: linear-gradient(90deg, #ffb6c1, #ff69b4);
}

.count-box {
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

section h2 {
    color: #ff69b4;
    margin-bottom: 20px;
}

section p {
    color: #333;
    line-height: 1.6;
}

footer {
    background-color: #343a40;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
