<style>
    .float{
	position:fixed;
	width:90px;
	height:85px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:50px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
 .floatz{
	position:fixed;
	width:90px;
	height:85px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:50px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
</style>
<style>
			
			.panda{ color:red;
			    
			    
			    
			}
			
				    ul.topnav>li {
                    margin: 5px;
                    background-color:yellow;
                    border-radius:0px;
                   
                    
                    }
                     
                    ul.topnav>li:hover{
                        
                        background-color:dodgerblue;
                    }
                    
                     .navbar{
                        
                        background-color:red:!important;
                        padding:0px;
                        border-radius:px;
                        color:red;
                    }

                   .navbar-brand{
  font-size: 25px;
  font-style:bold;
  padding-left:15px;
  padding-top:5px;
  color: white !important;
}
             
             
             .navbar.bg-light {
  background-color: #a61c00 !important;
  margin-top:1px;
!important;
                   border-radius:25px; 
                   padding-bottom:1px;
             }
  .form-control {
    border-radius: 4.25rem;
  }
}       
                    
				</style>