html {
  padding: 0 0;
  margin: 0 0;
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
  justify-content: center;
  touch-action: manipulation;
  background-color: rgba(0, 0, 0, 0.906);
}