.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.pink {
  background-color:  #FF48C4;
}

.blue {
  background-color: #2bd1fc;
}

.yellow {
  background-color:	#f3ea5f;
}

.purple {
  background-color: #c04df9;
}

.red {
  background-color: #ff3f3f;
}

.logo {
  width: 600px;
  height: auto;
}

svg.logo  path {
 fill: #c9c0bb;
}


