.fullscreen-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #ffb3b3;
  z-index: 1000;
  top: 0;
  left: 0;
}

.loader-potato {
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  mix-blend-mode: color-burn;
}