html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  inset: 0;
}

.shipper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transform: scale(1.01);
}