body {
    padding-top: 56px;
    background-color: #f4f4f9;
    color: #333;
}

.navbar-brand {
    color: #4A00E0 !important;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #4A00E0;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #8E2DE2;
    font-weight: bold;
}

.jumbotron {
    background: linear-gradient(135deg, #4A00E0, #8E2DE2);
    color: white;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.jumbotron .btn {
    background-color: #fff;
    color: #4A00E0;
    border: none;
}

.jumbotron .btn:hover {
    background-color: #4A00E0;
    color: #fff;
}

h2, h3 {
    color: #4A00E0;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-10px);
}

.card-header {
    background-color: #4A00E0;
    color: white;
}

.card-body .btn {
    background-color: #8E2DE2;
    color: white;
}

.card-body .btn:hover {
    background-color: #4A00E0;
    color: white;
}

footer {
    background-color: #4A00E0;
    color: white;
    padding: 20px 0;
}

footer a {
    color: #8E2DE2;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}
