body {
  margin: 0;
}

.full-screen-skeleton__wrapper {
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: absolute;
  width: 100vw;
  z-index: 10;
}

.full-screen-skeleton__wrapper span {
  color: rgb(51, 51, 51);
  font-family: sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-size-adjust: 100%;
  unicode-bidi: isolate;
}
