#root {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  border-style: solid;
  border-width: 10px;
  border-color: transparent;;
  width: 100%;
  height: 100%;
  transition: opacity 10s;
}
