.dropbtn {
    background-color:#1c7DD5;
    color: white;
    padding: 15px;
    font-size: 18px;
    border: none;
    cursor: pointer;
  }
  
div{
    font-family:Verdana,sans-serif; 
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;color: #636363;
    font-size: 14px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown-content a {
    color: #1c7DD5;
    font-size: 18px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    color: #1c7DD5;
   
    background-color: #CBCBCB;
    text-decoration: underline;
    }

  .dropdown {
    background: #1c7DD5;
    height: 50px;
    border: none;
  }

  .dropbtn:hover{
    text-decoration: underline;
    }

 .hr {
        background: #1c7DD5;
        height: 50px;
        border: none;
      }