@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");
i {
  font-style: normal;
  color: #FFCE4D;
}

body {
  margin: 0;
  background-color: #730030;
}

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

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

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

ol {
  font-size: 3rem;
  line-height: 4.5rem;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style-position: inside;
}

ol li {
  margin: 1rem 0 2rem 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  margin: 1rem auto 2rem auto;
  border-radius: 15px;
}

video {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  border-radius: 15px;
  background-color: black;
}