@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-Medium.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
}

body {
  background-color: #ecd7e3;
  margin: 3rem;
}

div.countryDiv {
  margin-bottom: 5rem;
}

div.countryName {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.countryName button {
  font-size: 3rem;
  line-height: 4rem;
  padding: 0rem 1rem 0.5rem 1rem;
  border: 1px solid #6c69f2;
  border-radius: 9px;
  color: white;
  background-color: #c8c7fa;
  margin-right: 1rem;
}

div.countryName button:hover {
  background-color: #d1d0fb;
  -webkit-box-shadow: 0 0 1rem 0.25rem #b1b0f8 inset;
          box-shadow: 0 0 1rem 0.25rem #b1b0f8 inset;
}

div.countryName p.show {
  opacity: 100%;
}

div.countryName p {
  font-size: 3rem;
  line-height: 4rem;
  padding: 0rem 1rem 0.5rem 1rem;
  border: 1px solid #6c69f2;
  border-radius: 9px;
  opacity: 0%;
  color: #ff2cff;
  background-color: #fbf3cc;
}

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

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

i {
  font-style: normal;
  color: #923cff;
}

ul, ol, p {
  font-size: 3rem;
  line-height: 4.35rem;
  color: #595aa1;
  margin: 0rem 0rem 0rem 0rem;
}

p.intro {
  border-bottom: 4px dotted #595aa1;
  margin-bottom: 1rem;
}

ul {
  margin-left: 3rem;
}

li::marker {
  font-size: 75%;
}

u {
  text-decoration: none;
  border-bottom: 3px dotted #9a98f6;
  line-height: 1.2em;
}

u > em {
  background-color: #c8c7fa;
  color: #1310b2;
  padding: 0rem 1rem 0.5rem 1rem;
}

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