 .notification {
    /* background-color: #555; */
    /* color: white; */
    /* text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px; */
  }
  
  .notification:hover {
    /* background: red; */
  }
  
  .notification .badge {
    position: absolute;
    top: -2px;
    right: 0px;
    /* padding: 5px 10px; */
    border-radius: 50%;
    /* background-color: red; */
    /* color: white; */
  }