<STYLE TYPE="text/css">
			body
			{

				background-color:white;
				color: #000000; face="Verdana, Arial, Helvetica, sans-serif";
			}

			.scale-in-center{animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both}
			@keyframes scale-in-center{0%{transform:scale(0);opacity:1}100%{transform:scale(1);opacity:1}}
			
			
			      });
        });

* {
  box-sizing: border-box;
}

body {
  margin: 0; background-color:white;
}

.navbarmega {
  overflow: hidden;
  background-color:white;#1899D6;
  font-family: Arial, Helvetica, sans-serif;
border-bottom:1px solid #eee;
}

.navbarmega a {
  float: left;
  font-size: 16px;
  color: black;white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; 
}

.dropdownmega {
  float: left;
  overflow: hidden;float:right;
}

.dropdownmega .dropbtnmega { 
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbarmega a:hover, .dropdownmega:hover .dropbtnmega {
  background-color:yellow; color:black;
}

.dropdown-contentmega { 
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-left:10px; padding-right:10px;
}

.dropdown-contentmega .headermega { 
  background: transparent;
  background-image:url(https://www.cnet.com/a/img/resize/69256d2623afcbaa911f08edc45fb2d3f6a8e172/hub/2023/02/03/afedd3ee-671d-4189-bf39-4f312248fb27/gettyimages-1042132904.jpg?auto=webp&fit=crop&height=675&width=1200);
  padding: 16px;
  color: white;
}

.dropdownmega:hover .dropdown-contentmega {
  display: block; 
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #eee;
  height: 250px;
}

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

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}

.logo {
width:55px; height:auto; background-color:;
margin-top:10px; margin-bottom:10px; margin-left:20px;
}

<!-----POP UP MAP----->

.boxp {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;

}

.buttonp {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #05B4F7;#06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.buttonp:hover {
  background: #06D85F;
}

.overlay {  margin-top:100px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
height:360px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .contentp {
  height:300px;
  overflow: auto; 
}

@media screen and (max-width: 700px){
  .boxp{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



<!-----BUBBLES MENUS----->
 #tag-cloud {
  display:; inline-block;
  color: white;
  padding: 8px 20px;
  font-family: Arial;
  border-radius: 25px;
  background-color: #2196F3;
  margin-top: 8px;
} 
  
  #buttonmain {
appearance: button;
  background-color: #05B4F7;#1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 13px;10px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 5px 5px 5px 5px;
  outline: none;
  overflow: visible;
  padding: 5px 5px 5px 5px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width:  95%;
height:40px;30px;

}
  
 <!----SELECT CITY------> 
  input1000[type=text], select {
  width: 150px;
    height:40px;
  padding: 5px 5px;
  margin: ;8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}



#city {
  border-radius: 5px;
  background-color: white;#f2f2f2;
  padding: 20px;
  float:right;
}
  
  #cityli {
  display:inline;
  }
  
<!---TAB---->
/* Style the tab *//*responsive code added

.tab {
overflow: hidden;
  border-bottom: 1px solid #ccc;
margin-bottom:10px;  
position:fixed;
top:0px;
z-index:3;
background-color: white;
width:100%;  
color: ;black;
box-shadow: -2px 4px 1px 1px #05B4F7;#1899D6;gray;
 
}

 
.active  {
  background-color: white;#1899D6;
  color: black;
   border-bottom:4px solid #FFCC00;yellow ;#1899D6;
}

 

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  height:40px;
  margin-top:45px;
  padding-bottom:50px;

}


.tab a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px; background-color:  white;
height:40px;
  padding-top:35px;
  padding-bottom:50px;

}

.tab a:hover {
  background-color: #fff;
  color: black;
  border-bottom:4px solid #FFCC00;#F8CC00;#1899D6;
}

.tab a.active {
  background-color:white; #1899D6;
  color:#1899D6; white;
  border-bottom:4px solid  #FFCC00;#F8CC00;#1899D6;
}
 

@media screen and (max-width: 600px) {
  .tab a:not(:first-child) {display: none;}
  .tab a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .tab.responsive {position: relative;}
  .tab.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .tab.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: white;
border-bottom: 4px solid  #FFCC00;#F8CC00;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #05B4F7;#1899D6;white;yellow;
border-bottom: 4px solid  #05B4F7;;#1899D6;
color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: ;1px solid #ccc;
  border-top: none;
    overflow: auto; background-color: white;
}


.tab .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;

}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;   
  color: black;background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
margin-top:40px;
}

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

.tab a:hover, .dropdown:hover .dropbtn {
  background-color:white;
  color: black;
  border-bottom:4px solid   #FFCC00;#F8CC00;#1899D6;
}

.dropdown-content a:hover {
  background-color: #998D6;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;  
}

@media screen and (max-width: 600px) {
  .tab a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .tab a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .tab.responsive {position: relative;}
  .tab.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .tab.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .tab.responsive .dropdown {float: none;}
  .tab.responsive .dropdown-content {position: relative;}
  .tab.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}



 
 <!---NEW BOTTOM BAR MENU ------> 
 #menub{
background-color: white;
color:black;
box-shadow:; -2px 4px 1px 1px #1899D6;
border: solid #05B4F7;#1899D6;transparent;
  border-radius:; 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 700;  
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px; padding-bottom:;25px;
  text-align: center;
  text-transform: uppercase;
  width:  20%; 
height:30px;
}

#menub:hover { 
border-bottom:6px solid yellow;
}

#randompick{
background-color: white;
color:black;
box-shadow:; -2px 4px 1px 1px #cc0000;
border: solid #cc0000;transparent;
  border-radius:; 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 700;  
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px; padding-bottom:;25px;
  text-align: center;
  text-transform: uppercase;
  width:  20%; 
height:50px;
}

#randompick:hover { 
border-bottom:6px solid yellow;
}

#myTopnav{
position:fixed;
width:100%; 
height:90px;
top:0px;
height:;
z-index:1;
background-color: white;
box-shadow:; -2px 4px 1px 1px #1899D6;
border-bottom:6px solid  #1899D6;
margin-left:;-100px;
  }

  #logo {
width:auto;55px;
height:55px;
background-color:transparent;white;
margin-left:;5px; margin-right:;15px;
float:left;
margin-left:20px;
  margin-top:10px;
  margin-right:10px;
}
  
		</STYLE>