.custom-leading {
  line-height: 2; /* or any other value you prefer */
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-title {
  background-color: #0F4C81; /* PANTONE 19-4052 Classic Blue */
  border-radius: 10px;
  color: #FFFFFF;
  font-family: 'Arial Black', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}

#chat-bubble:hover .chat-icon {
    display: none;
}

#chat-bubble:hover .chat-text {
    display: block;
}

.chat-window.hidden {
    pointer-events: none;
    visibility: hidden;
}