.footer{
  position: fixed;
  bottom: max(1rem, env(safe-area-inset-bottom));
  right: max(45%, env(safe-area-inset-right));
}
.home-button{
  position: fixed;
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: max(2%, env(safe-area-inset-right));
}
