.mt-10 {
    margin-top: 12rem !important;
  }
  .avatar-title-health {
    align-items: center;
    color: #ce2121;
    display: flex;
    height: 50%;
    justify-content: center;
    width: 50%;
}
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px;
  background-color: #4caf50;
  color: white;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}