* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@media (max-height: 400px) {
  .hide-with-keyboard {
    display: none !important;
  }
  .float-button {
    bottom: 20px !important;
  }
}