.dropbtn {
  background-color:#42f59b;
  color: white;
  padding:16px;
  font-size:16px;
  border:none;
  cursor:pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color:#42f5f5;
}
.dropdown {
   position:relative;
   display:inline-block;
}

.dropdown-content {
  display:none;
  position:absolute;
  background-color:#f1f1f1;
  min-width:160px;
  overflow:auto;
  box-shadow:0px 8px  16px 0px;
  z-index:1; 
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display:block;
}
.dropdown a:hover {background-color:#ddd;}
.show {display:block;}

h3 {
  font-size: 20px;
    text-align:left;
    color:black;
}
h2 {
  text-align:center;
  font-size: 35px;
  color:white;
  
}
hr{
  height: 10px;
  background-color: black;
}
h4 {
  font-size: 45px;
    text-align:left;
    color:white;
}
h5 {
  font-size: 40px;
    text-align:left;
    color:black;
}

h6 {
  font-size: 40px;
    text-align:center;
    color:white;
}









    
 
  
  

  


