:host {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  contain: strict;
}

.wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.content {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 600px;
}
