.footer1 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

footer {
    position: absolute;
    bottom: -100;
    width: 100%;
    height: 20px;
    margin: 0 auto;
}
body{
background-color:#b3ffff;
}
a:link {
  text-decoration: none;
}
a{
color:green;
}
a:hover{
color:black;
}
/*ul.a{
list-style-type:circle;

}*/

.main {
  float:left;
 /* margin-top:1%; */
  margin-left:2%;
  margin-right:2%;
  width: 250px;
  height:100%;
  line-height:1.8;
  padding: 1%;
  border: 1px solid green;
  border-radius:15px;
  text-align:left;
 
}

.dropdown1 {
  float:top;
  display: inline-block;
  top:10%;
  left:10%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #b3ffcc;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px 0px;
  border-radius: 15px;
  z-index: 1;
}
.dropdown1:hover .dropdown-content {
  display: block;
  color: green;
}

/*
.headerMenu {
  position: absolute; 
  z-index: 1;
  width: 100%;
  margin-top:0px;
  height:25px;
  background-color: #b3ffff;
  padding-top:1px;
  padding-bottom:1px;
}
.buttonC {
  background-color: white;  
  border: 2px solid #00ff00;
  color: black; 
  
  font-size: 18px;
  
  padding:3px 5px;
  border-radius: 15px;
  box-shadow: 0 5px #999;
  top:10%;
}
.buttonC:hover {background-color: #b3ffcc;}
*/