.notification {
    background-color: #555;
    color: white;
    padding: 10px 0px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 10px;
  }
  
  
  .notification .badge {
    position: absolute;
    top: -5px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    color: white;
  }
  
  .foo {
    background-size: cover;
    height: 100%;
}