.whatsapp-container {
    display: flex;
    align-items: center;
  }
  
  .whatsapp-icon {
    position: fixed;
    bottom: -45px;
    right: 20px;
    width: 200px;
    height: 200px;
  }
  
.parent {
    display: block;
    position: relative;
    float: left;
    line-height: 50px;
}

.parent a {
    margin: 10px;
    text-decoration: none;
}

.parent:hover>ul {
    display: block;
    position: absolute;
}

.parent ul {
    background-color: white;
}

.child {
    display: none;
    line-height: 10px;
}


.child li {
    background-color: white;
    line-height: 20px;
    margin-top: 0px;
    min-width: 15em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 11em;
}

ul ul ul {
    left: 100%;
    top: 0;
    margin-left: 0px;
}

li:hover {
        
}

.parent li:hover {
    background-color: grey;
    
}

.expand {
    font-size: 12px;
    float: right;
    margin-top: 0px;
}
