*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.mw-42{
    max-width: 42rem;
}

.emoji-img{
    height: 20px;
    width: 20px;
    vertical-align: sub;
}

.list-inline-item:not(:last-child) {
    margin-right: .9rem;
}




  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    max-width: 4rem;
    background: white;
    text-align: left !important;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    display: block;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
