#preLoader {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  background: linear-gradient(45deg, #f7f7f7, #fff);
  z-index: 10000000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
svg {
  position: absolute;
}

circle:nth-of-type(1) { fill: #283758; }
circle:nth-of-type(2) { fill: #283758; }
circle:nth-of-type(3) { fill: #283758; }
circle:nth-of-type(4) { fill: #283758; }

#clackers {
/*   border: 1px solid white; */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
  background: #231f20;
}