
.dropbtn {
    background-color: white;
    color: #1727D8;
    margin: 1px;
    margin-top: 4px;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
    border: 2px solid #1727D8;
    height:40px;
    margin-right:5px;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.dropdown {
    position: relative;
    display: none;
    float: left;
    margin-left: 20px;
    margin-top: 12.5px;
    z-index:20;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
}

.dropdown-content a {
    color: #1727D8;
    text-decoration: none;
    display: block;
    background-color: white;
    border-radius: 30px;
    min-width: 129px;
    border: 2px solid #1727D8;
    font-size: 1.5em;
    line-height: 40px;
}

.dropdown-content a:hover {
  color:white;
  background-color: #1727D8;
}

.dropdown:hover .dropdown-content {
    display: block;
    padding-top: 62px;
}

.dropdown:hover .dropbtn {
  background-color: #1727D8;
  color: white;
}

.dropped_button{
  height:50px;
}

#currentpage a{
  color:white;
  background-color: #1727D8;
}
