body {
    background: #0d0221;
    background-image: linear-gradient(160deg, #0d0221 0%, #0c164f 100%);
    background-attachment: fixed;
}

.card {
    background-color: rgba(12, 12, 35, 0.5);
    border: 1px solid #ff00f2;
    backdrop-filter: blur(5px);
}

.navbar, .dropdown-menu {
    background-color: rgba(12, 12, 35, 0.7) !important;
    backdrop-filter: blur(10px);
}

.navbar a, .navbar span, .dropdown-item {
    color: #e0e0e0 !important;
}

h1, h2, h3, h4, h5 {
    color: #00f7ff;
    text-shadow: 0 0 5px #00f7ff, 0 0 10px #ff00f2;
}