.themeBox {
  width: 620px;
  height: 420px;
  display: grid;
  grid-template-columns: 310px 310px;
  grid-template-rows: 210px 210px;
  border: 1px dashed lightgray;
}

.cardTop {
  background-color: antiquewhite;
  border: 1px dashed lightgray;
}

.openBottom {
  border: 1px dashed lightgray;
  transform: rotate(180deg);
}
.bigText {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: 'wdth' 100;
  font-size: 5rem;
  padding-left: 60px;
  padding-top: 50px;
}
.partyText {
  color: white;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000,
    1px -1px 1px #000;
  font-family: 'DynaPuff', system-ui;
}

.teacher {
  color: white;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000,
    1px -1px 1px #000;
  font-family: 'Metamorphous', serif;
}

#smallText {
  padding-left: 80px;
  font-size: 16px;
}

.party {
  color: white;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000,
    1px -1px 1px #000;
  background-image: url('../img/name-generator/party.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;

  font-family: 'DynaPuff', system-ui;
  font-weight: 400;
  font-style: normal;
}
.female-teacher {
  background-image: url('../img/name-generator/female-teacher.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  color: white;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000,
    1px -1px 1px #000;
  font-family: 'Metamorphous', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: 'wdth' 100;
}

.male-teacher {
  background-image: url('../img/name-generator/male-teacher.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  color: white;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000,
    1px -1px 1px #000;
  font-family: 'Metamorphous', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: 'wdth' 100;
}

.party #outputName {
  padding-left: 10px;
  padding-top: 40px;
  font-size: 5rem;
}

.male-teacher #outputName {
  padding-left: 20px;
  padding-top: 5px;
  font-size: 5rem;
}
.female-teacher #outputName {
  padding-left: 20px;
  padding-top: 5px;
  font-size: 5rem;
}

#outputList {
  padding-left: 15px;
  font-size: 10px;
  color: #000;
  text-shadow: none;
}
