@font-face {
  font-family: "Sarabun";
  src: url(../../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../../fonts/Kanit/Kanit-Light.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-SemiBold.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 {
  margin: 0;
  padding: 0;
  background-color: #28334d;
  overflow-x: clip;
}

h1, h2 {
  font-family: NotoSansThai;
  font-weight: normal;
}

h1, h2 {
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: hsl(350, 100%, 76%);
  margin: 1rem 1rem 0rem 1rem;
  padding: 0;
}

h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin: 0rem 2rem 1.5rem 2rem;
  text-align: center;
}

div.def {
  background: hsla(0, 0%, 100%, 0.75);
  margin: 0rem 2rem 0rem 2rem;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 9px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

p.word {
  font-family: NotoSansThai;
  font-size: 2rem;
  line-height: 2rem;
  color: hsl(213, 100%, 27%);
}

p.eng {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

p.thai {
  font-size: 1.5rem;
  color: hsl(216, 33%, 29%);
  margin-bottom: 1rem;
}

ul {
  padding: 2rem 2rem 2rem 2rem;
}

li {
  list-style: none;
  font-size: 2rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
  color: #b2bdd6;
}

li span {
  position: absolute;
  left: -2rem;
  color: #657bae;
}

li b {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 95%;
  color: #51679a;
}

u {
  border-color: #7387b5;
}

i {
  font-style: normal;
  color: #7e91bb;
}

u i {
  color: #ccd3e4;
  background-color: #1c2436;
  width: 100%;
}

u i:after {
  border-color: transparent transparent #1c2436 transparent;
}

#fcFromUBtn {
  color: hsl(245, 46%, 33%);
  background-color: hsla(47, 100%, 96%, 0.5);
  border: 1px solid #10151f;
}

@media (min-width: 800px) {
  div.defs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}