/* CSS Document */

.colorsimulator {
  height: 100vh;
  width:100vw;
  position:fixed;
  top:0;
  left: 0;
  border:0;
  z-index:-1;
}

.colorsimulator body {
  background-color: #E96A6C;
}
