        /* Modify the background color */ 
/*TZ colours
green #1eb53a" yellow #fcd116, blue #00a3dd, black */
          
        .navbar-custom { 
            background-color: #00a3dd; 
        } 
        /* Modify brand and text color */ 
          
        .navbar-custom .navbar-brand, 
        .navbar-custom .navbar-text { 
            color: white; 
        }

        .nav-link-custom .nav-link-text { 
            color: white; 
        }

        .button-card { 
            color: white; 
	    background-color: #00a3dd;
	    margin: 10px;
	    padding: 10px; 
	    width: 200px;
        }
