body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #333;
}

h1, h2, h3, .logo {
    font-family: 'Orbitron', sans-serif;
}

.nav-link:hover {
    color: #dc3545 !important;
    text-decoration: underline;
}

.btn-cta {
    background-color: #dc3545;
    color: white;
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-size: 1.1rem;
}

    .btn-cta:hover {
        background-color: #b02a37;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

.card-title {
    font-size: 1.3rem;
    font-weight: bold;
}

.card-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.card {
    border-radius: 12px;
    transition: transform 0.3s;
}

    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }
.card-title {
    font-weight: 700;
    font-size: 1.25rem;
}

.card ul {
    margin-top: 1rem;
}

    .card ul li {
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

form label {
    font-weight: 600;
    color: #333;
}

.card-title {
    font-weight: 700;
}