body {
  display: grid;
  place-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
