body {
          font-family: Arial, Helvetica, sans-serif;
          background-color: #FEFAF6;
        }

        .navbar1 {
          overflow: hidden; 
          background-color: #BCA37F;
        }

        .navbar1 a {
          float: left;
          font-size: 16px;
          color: black;
          text-align: center;
          padding: 14px 16px;
          text-decoration: none;
        }
        
         
        .dropdown1 {
          float: left;
          overflow: hidden;
        }

        .dropdown1 .dropbtn1 {
          font-size: 16px;  
          border: none;
          outline: none;
          color: black;
          padding: 14px 16px;
          background-color: inherit;
          font-family: inherit;
          margin: 0;
        }
        
        .profile {
            float: right; /* Align to the right */ 
        }
        .navbar1 a:hover, .dropdown1:hover .dropbtn1 {
          background-color: #92704a;
        }

        .dropdown-content1 {
          display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
        }

        .dropdown-content1 a {
          float: none;
          color: black;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          text-align: left;
        }

        .dropdown-content1 a:hover {
          background-color: #ddd;
        }
         
        .dropdown1:hover .dropdown-content1 {
          display: block;
        }
         

.marquee{
	font-size: small;
	font-weight: 900; 
	padding: 5px;
	}
       
 