@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*
{
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
#general-btn
{
  border:none;
  height: 60px;
  width: 100%;

}
#medical-btn
{
  border:none;
  height: 60px;
  width: 100%;

}

#audio-btn
{
  border:none;
  height: 60px;
  width: 100%;

}

#hpi-btn
{
  border:none;
  height: 60px;
  width: 100%;

}


.bottom-left-button {
  position: absolute;
  bottom: 10px; /* Adjust the distance from the bottom as needed */
  left: 10px; /* Adjust the distance from the left as needed */
}