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

img.main {
  width: 100%;
  margin-bottom: 30px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: sans-serif;
}

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

p.trans {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0px 0px 30px 0px;
  color: #B22234;
}

p.thai {
  font-family: Kanit;
  font-size: 3rem;
  line-height: 4rem;
  margin: 5px 0px 0px 0px;
  color: #3C3B6E;
}

u {
  border-bottom: 3px dotted #c8c7e1;
  line-height: 1.1em;
}

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

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