.placeholder {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box; }

.placeholder.light {
  border: 1px dashed #FFFFFF;
  color: #FFFFFF; }

.placeholder.dark {
  border: 1px dashed #162D3D;
  color: #162D3D; }

.stack {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 30px; }

.background {
  display: flex;
  width: 100%; }

.background.dark {
  background-color: #162D3D; }

.background.light {
  background-color: #FFFFFF; }

.background.blue {
  background-color: #3899EC; }

.background.yellow {
  background-color: #FEF0BA; }
