@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun/Sarabun-Medium.ttf");
}
#fcFromUScrim {
  background-color: hsla(0, 0%, 0%, 0.55);
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
  display: none;
}

#fcFromUBtn {
  position: relative;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  border: none;
  font-family: Sarabun;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.1rem 1rem 0.25rem 1rem;
  border-radius: 1.75rem;
  text-align: center;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0);
  margin-top: 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);
}

#fcFromUDiv {
  font-family: Sarabun;
  display: none;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: "thai thai thai" "trans trans trans" "again reveal next";
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  font-family: Sarabun;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

#fcFromUThai {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: thai;
  color: hsla(0, 0%, 0%, 0.75);
  background-color: hsla(0, 0%, 100%, 0.75);
  font-size: 4rem;
  line-height: 5rem;
  padding: 1rem 1rem 1rem 1rem;
}

#fcFromUTrans {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: trans;
  color: hsla(0, 0%, 0%, 0.75);
  background-color: hsla(0, 0%, 100%, 0.5);
  font-family: sans-serif;
  font-size: 2rem;
  line-height: 1.7rem;
  padding: 1.25rem 1rem 1rem 1rem;
}

#fcFromUDiv button {
  font-size: 2.5rem;
  padding: 2rem 1rem 2rem 1rem;
  color: hsla(0, 0%, 0%, 0.5);
  background-color: hsla(0, 0%, 100%, 0.25);
  border: none;
}

#fcFromUDiv button: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);
}

#fcFromUAgain {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: again;
}

#fcFromUReveal {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: reveal;
}

#fcFromUNext {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: next;
}

#fcFromUAgain::after {
  display: inline-block;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  font-family: monospace;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid black;
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background-color: hsl(0, 0%, 61%);
  content: "4";
}

#fcFromUReveal::after {
  display: inline-block;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  font-family: monospace;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid black;
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background-color: hsl(0, 0%, 61%);
  content: "5";
}

#fcFromUNext::after {
  display: inline-block;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  font-family: monospace;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid black;
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background-color: hsl(0, 0%, 61%);
  content: "6";
}

em {
  font-style: normal;
}