@font-face {
  font-family: "Sarabun";
  src: url(../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../fonts/Kanit/Kanit-Regular.ttf);
}
@font-face {
  font-family: "Prompt";
  src: url(../../../../../fonts/Prompt/Prompt-Regular.ttf);
}
@font-face {
  font-family: "PlexSans";
  src: url(../../../../../fonts/IBM_Plex_Sans_Thai/IBMPlexSansThai-Medium.ttf);
}
@font-face {
  font-family: "NotoSansThai";
  src: url(../../../../../fonts/NotoSansThai/NotoSansThai-Regular.ttf);
}
@font-face {
  font-family: "Fraunces";
  src: url(../../../../../fonts/Fraunces_72pt/Fraunces_72pt-Regular.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  background-color: #837988;
  overflow-x: clip;
  counter-reset: lc;
}

img {
  display: block;
}

h1, h2, h3 {
  font-family: Kanit;
  font-weight: normal;
  text-align: center;
}

h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  padding: 1rem 1rem 1rem 1rem;
  color: hsl(82, 100%, 90%);
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  color: hsl(12, 100%, 69%);
}

#hwDiv {
  margin: 0rem 0rem 0rem 0rem;
  padding: 2rem;
  font-size: 2.5rem;
  line-height: 3.5rem;
  background-color: #4b464e;
  color: hsl(71, 23%, 76%);
}

img {
  width: 100%;
  margin-bottom: 2rem;
}

ol {
  list-style: none;
  counter-reset: index;
}

ol li {
  position: relative;
  counter-increment: index;
  margin-left: 2.5rem;
  margin-bottom: 2rem;
}

ol li:before {
  position: absolute;
  left: -3.5rem;
  width: 2.5rem;
  text-align: right;
  content: counters(index, ".") ".";
  font-size: 2rem;
  line-height: 4rem;
}

li ol li {
  margin-left: 4.5rem;
  color: hsl(87, 52%, 73%);
}

li ol li span {
  color: hsla(297, 100%, 94%, 0.908);
}

li ol li:before {
  left: -4.5rem;
}

li span {
  color: hsl(46, 63%, 74%);
}

li span.v {
  color: hsl(12, 100%, 69%);
}

li ol {
  margin-bottom: 2rem;
}

li s {
  display: inline-block;
  text-decoration: none;
  color: hsl(12, 100%, 69%);
}

li s:before {
  color: hsl(117, 51%, 63%);
  content: "= ";
}

p.hr {
  text-align: center;
  margin: 1rem 0 2rem 0;
  color: hsl(129, 100%, 72%);
}

li i {
  font-style: normal;
  color: hsl(12, 100%, 69%);
}

u {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px dotted #a69faa;
}

li u i {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: center;
  font-style: normal;
  white-space: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(6rem, 100%, 100%);
  color: hsl(51, 100%, 84%);
  background-color: #353137;
  top: 100%;
  padding: 0.25rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  opacity: 0;
}

u:hover i {
  opacity: 1;
  z-index: 1;
}

u > i:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 10px;
  margin-left: -10px;
  border-style: solid;
  border-color: transparent transparent #353137 transparent;
}

#fcFromUBtn {
  opacity: 1;
  background-color: #353137;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#fcFromUBtn:hover {
  -webkit-box-shadow: inset 0 0 100px 100px hsla(0, 0%, 100%, 0.25);
          box-shadow: inset 0 0 100px 100px hsla(0, 0%, 100%, 0.25);
}