#myTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #3a08ad; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    opacity: 0.3;
}

 .navbar-custom {
            background-color: #20B2AA;
}

/* Modify brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: white;
	
	}
  
#myTopBtn:hover {
    background-color: #20B2AA; /* Add a dark-grey background on hover */
}
h1 { 
 font-size: 25px;
 color: #008080;
}
h2 { 
 font-size: 20px;
 color: #008B8B;
}
h3 { 
 font-size: 16px;
 color:  	#4682B4;
}
h6 { 
 font-size: 10px;
 color:  	#4682B4;
}

b {
 color:  	#4682B4;
}

i {
 color:  	#FF7F50;
}