html {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#root {
  min-height: 100%;
  width: 100%;
  height: 100%;
}

:-webkit-autofill {
  animation-name: onAutoFillStart;
}

@keyframes onAutoFillStart {
  from {
  }

  to {
  }
}
