.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.bg-gradient-dark-gray {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: #e2e8f0;
}
