/* Styling the button */
#quickExitBtn {
  position: fixed;
  top: 33%;
  right: 0;
  padding: 10px 20px;
  background-color: #ad0638;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  z-index: 100000;
  text-decoration:none;
  font-family: UniformBold-Regular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
