@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #FFD100;
}

html {
  height: 100%;
}
button { 
  position: absolute;
  font-weight: bold;
  bottom: -65px;
  right: 25px;
  left: 25px;
  padding: 16px 8px;
  /* background-color: #FFD100; */
  border: 1px solid #000000;
  background: #000000;
  color: white;
  border-radius: 8px;
}

#qr-reader__dashboard_section_swaplink{
  display: none !important;
}

