/* Add custom CSS styles below */ 
header, .nav-container {
    background: rgba(255, 255, 255, 0.5) !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    backdrop-filter: blur(5px);
}