<style>
.msgtip {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  /* border-bottom: 1px dotted black; */
}

.msgtip .msgtiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.msgtip:hover .msgtiptext {
  visibility: visible;
}

.p-link {
  color: #ffffff;
  font-weight: 800px;
  font-size: 18px;
  border-bottom: 1px dotted ;
}

.p-link:hover {
    color: #5c001f;
}
</style>
