
.stage-avatar {
  height: 400px;
  width: 400px;
}


.stage-portrait {
  height: 600px;
  width: 400px;
}


.stage-landscape {
  height: 400px;
  width: 800px;
}

.stage-image img{
  width: 256px;
}



.flex-card{
  display: flex;
  width: 100%;
  margin: auto;
}

.error-box{
  background-color: #66000066;
  padding:7px;
}

.error-message{
  font-size: 1.3em;
}

.stage-name-label{
  font-size: 1.4em;
}