@charset "UTF-8";
@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");
:root {
  font-size: 16px;
}

i {
  font-style: normal;
  color: #fff2cc;
}

body {
  margin: 4em;
  background-color: gray;
}

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

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

p.matchList {
  font-size: 2.5rem;
}

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

h2 {
  color: #4c4450;
  font-size: 3.5rem;
  line-height: 4rem;
  margin: 1rem 0rem 1rem 0rem;
}

h3 {
  font-family: Sarabun;
  font-style: normal;
  font-size: 3rem;
  color: #ffe7b3;
  margin: 3rem 0rem 1rem 0rem;
}

ul {
  font-size: 3rem;
  line-height: 4.5rem;
  list-style: none;
  counter-reset: listStyle;
  margin: 0rem 0rem 0rem 3rem;
  padding: 0rem 0rem 0rem 0rem;
}

li {
  font-size: 2.5rem;
  line-height: 4rem;
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 0rem 0rem 0rem;
  counter-increment: listStyle;
  color: #4c4450;
}

ul.choices {
  margin: 0rem 0rem 2rem 0rem;
}

ul.choices li {
  color: #e4e1e5;
}

li.ans {
  color: #ffca99;
}

li.ans::after {
  content: " ←";
}

li.exp {
  color: white;
  line-height: 3rem;
}

ul li.exp {
  color: #e6e6e6;
  line-height: 3.5rem;
}

ul li.exp span {
  font-size: 2.3rem;
}

li s {
  text-decoration: none;
  margin-right: 0.5rem;
  letter-spacing: -0.1rem;
}

li s::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-0.95rem, -3.35rem);
      -ms-transform: translate(-0.95rem, -3.35rem);
          transform: translate(-0.95rem, -3.35rem);
  width: 3rem;
  height: 3rem;
  border: 0.25rem solid #00ff1e;
  background-color: #737373;
  border-radius: 3rem;
  z-index: -1000;
}

span {
  font-size: 85%;
}

u {
  font-weight: 300;
  text-decoration: none;
  border-bottom: 3px dotted #4d4d4d;
  line-height: 1.2em;
}

u > em {
  background-color: #4d4d4d;
  color: #cccccc;
  padding: 2px 5px 8px 5px;
}

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

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

div.link > a {
  display: inline-block;
  font-family: Prompt;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0px 1rem 0px 1rem;
  text-decoration: none;
  color: #d20000;
  border-bottom: 2px dotted;
}

div.matchup p {
  text-align: center;
}

div.matchup span {
  display: inline-block;
  font-size: 2rem;
  padding: 0.5rem 2rem 0.75rem 2rem;
  color: white;
  background-color: #7071a4;
  border: 2px solid #313149;
  border-radius: 4rem;
}

div.matchup span.arr {
  position: relative;
  background: none;
  border: none;
  padding: 0rem 0rem 0rem 0rem;
  font-family: sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -0.1em;
  margin-right: 0.1em;
}