body {
  background-color: black;
}

.main {
  color: white;
}

.her_chat {
  max-width: clamp(700px, 47vw, 1100px);
  margin: 0 auto;
  margin-bottom: 0;
  padding: clamp(10px, 1.2vw, 20px);
  line-height: 1.6;
  font-size: clamp(15px, 1.1vw, 20px);
}

.her_chat p {
  font-family: serif;
  margin-bottom: 10px;
  text-indent: 30px;
}

.her_chat p:last-child {
  margin-bottom: 0;
}

.her_chat p:first-child {
  margin-top: 0;
}

.next {
  font-family: Verdana;
  font-size: clamp(20px, 2vw, 36px);
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.arrow-container {
  margin-top: clamp(20px, 2vw, 40px);
  margin-bottom: clamp(20px, 2vw, 40px);
  text-align: center;
}