body{
  background-color:black;
  color:white;
  display:flex;
  flex-direction:column;
}

.narration{
  text-align:center;
  width:100%;
  margin-top:50px;
}

.nash{
  text-align:left;
  width:100%;
  height:justify-content;
  color:#ffa600;
  margin-top:50px;
}

.rhode{
  text-align:right;
  width:100%;
  color:#ca03fc;
  height:justify-content;
  margin-top:50px;
}

action{
  font-style:italic;
  color:white;
  font-family:"Times New Roman", sans-serif;
}

.yeon-sung-regular {
  font-family: "Yeon Sung", system-ui;
  font-weight: 400;
  font-style: normal;
}

.prompt-medium {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.prompt-medium-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: italic;
}