@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=block");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@300&display=swap");
:root {
  font-size: 16px;
}

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

body {
  margin: 2em;
  background-color: #52646B;
}

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

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

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

.picsContainer {
  width: 100%;
  text-align: center;
}

.fig {
  margin-bottom: 40px;
}

img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 7px 7px;
}

.fig h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(2.5rem,5vw,8rem);
  color: white;
  background-color: black;
  border-radius: 7px 7px 0 0;
}

u {
  text-decoration: none;
  border-bottom: 3px dotted #a0b0b6;
  line-height: 1.1em;
}

u > em {
  background-color: #a0b0b6;
  color: white;
  white-space: nowrap;
}

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