@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap");
body {
  padding: 0px 30px 0px 30px;
  background-color: #5801ac;
}

h1, h2, h3, h4, p, ol, ul {
  font-family: Prompt;
  font-weight: normal;
}

h1 {
  font-size: 4rem;
  text-align: center;
  color: #CC7550;
}

p {
  font-size: 3rem;
  line-height: 4rem;
  color: #7D6283;
  margin-bottom: 0px;
}

p.thai {
  margin-top: 0px;
  color: #CC7550;
}

p.eng {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #b161fe;
  margin-bottom: 10px;
}

p.instructions {
  color: #982efe;
}

p span {
  color: #B83569;
}

u {
  font-family: sans-serif;
  border-bottom: 3px dotted #b9a7bd;
  line-height: 1.1em;
}

u > em {
  background-color: #b9a7bd;
  color: white;
}

u > em:after {
  border-color: transparent transparent #b9a7bd transparent;
  border-width: 10px;
  margin-left: -10px;
}