@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=block");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@300&display=swap");
:root {
  font-size: 16px;
}

i {
  font-style: normal;
  color: #fb96e7;
}

body {
  margin: 2em;
  background-color: #01198a;
}

h1, h2, h3, h4 {
  font-family: Kanit;
  font-weight: 300;
}

p, ol, ul, li {
  font-family: Sarabun;
  font-weight: 300;
  color: #f9c580;
}

p {
  color: #bf9cff;
  margin: 0rem 0rem 1rem 4rem;
}

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

h2 {
  color: #f9c580;
  font-size: 3.5rem;
  margin: 3rem 0rem 1rem 0rem;
}

h2 i {
  font-style: normal;
  color: #274cfd;
}

ul {
  font-size: 3rem;
  line-height: 4.5rem;
  list-style: none;
  margin: 0rem 1rem 1rem 0rem;
}

ul li {
  margin: 0;
  padding: 0;
  color: #b8c3fc;
}

ul li span {
  color: #5976fe;
}

ul li::before {
  margin-right: 1rem;
  color: #274cfd;
}

ul.qa li {
  color: #5976fe;
}

ul ul {
  margin-left: 1rem;
}

.video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  padding: 0;
  border-radius: 15px;
  background-color: black;
}

u {
  text-decoration: none;
  border-bottom: 3px dotted #274cfd;
  line-height: 1.1em;
}

u > em {
  background-color: #274cfd;
  color: white;
  white-space: nowrap;
}

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