/* Buttons */

.help-button {
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  right: 25px;
  color: var(--bs-body-color);
  border-radius: 5px;
  padding: 5px 10px;
}

.help-button:active {
  background-color: #2b3034;
}

#copy-mail {
  /* border-radius: 15px; */
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  bottom: 8px;
  right: 8px;
  border-radius: 7.5px;
  padding: 5px 10px;
}

.answer {
  display: none;
  width: 90%;
  float: right;
  border-radius: 0 0 .5rem 0;
}
