@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: #d7d0ac;
  overflow-x: clip;
  counter-reset: lc;
}

img {
  display: block;
}

h1, h2, h3 {
  font-family: Kanit;
  font-weight: normal;
  text-align: center;
  color: hsl(20, 100%, 96%);
}

h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  padding: 1rem;
  background-color: #beb278;
}

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

#hwDiv {
  margin: 0rem 0rem 0rem 0rem;
  padding: 2rem;
  font-size: 2.5rem;
  line-height: 3.5rem;
  background: #cbc192;
}

div.ant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.ant {
  color: #83783f;
  margin: 0rem 0rem 2rem 0rem;
}

div.ant span {
  letter-spacing: -0.5rem;
  padding-right: 0.5rem;
}

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

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: #f3f1e6;
  background-color: #b1a45e;
  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 #b1a45e transparent;
}

#fcFromUBtn {
  opacity: 1;
  background-color: #b1a45e;
  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);
}