﻿.cssArtifactsContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

.cssArtifactsMain {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-color: rgb(255, 249, 241);
}

.cssArtifactsTopLeft {
  width: 10vw;
  height: auto;
  top: 0;
  left: 10vw;
  position: absolute;
}

.cssArtifactsTopRight {
  width: 10vw;
  height: auto;
  top: 0;
  right: 10vw;
  position: absolute;
}

.cssArtifactsRightTop {
  width: 10vw;
  height: auto;
  right: 0;
  top: 10vw;
  position: absolute;
}

.cssArtifactsLeftTop {
  width: 10vw;
  height: auto;
  top: 10vw;
  left: 0;
  position: absolute;
}

.cssArtifactsBottomLeft {
  width: 10vw;
  height: auto;
  bottom: 0;
  left: 10vw;
  position: absolute;
}
