/* General Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 600px;
    overflow: hidden;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1c2833;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
}

.hero-content {
    z-index: 1;
}

.hero-content h2 {
    font-size: 3em;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-content p {
    font-size: 1.2em;
}

/* Cards */
.card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.card-text {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.card-footer p {
    margin: 0;
}

/* Footer */
footer p {
    margin: 0;
}
