.Preview {
  position: absolute;
  top: 13px;
  left: 90px; 
  width: 300px;
  height: 240px;
  border-radius: var(--min-radius);
  background: var(--green);
  box-shadow: 0px 2px 6px 0px #0000000D;
  transition: all 150ms ease-in-out;
  z-index: 1000;
}

