body{
  background-color:black;
  color:white;
  display:flex;
  flex-direction:column;
    font-family:"Times New Roman", sans-serif;
}

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

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

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

.alan{
  text-align:right;
  width:100%;
  color:#5c8045;
  height:justify-content;
  margin-top:100px;
}

.konstantin{
  text-align:center;
  width:100%;
  height:justify-content;
  margin-top:100px;
  color:#3a3f61;
}

.action{
  font-style:italic;
  color:white;
}

a{
  color:white;
}

a:hover{
  font-style:italic;
}