.wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}

.centeredContainer {
  width: 27.777vw;
  height: 47.07vh;
  min-width: 400px;
  min-height: 483px;
  border-radius: var(--border-radius);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--main-color-2);
}