@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");
i {
  font-style: normal;
  color: #4551A6;
}

body {
  margin: 0;
  background-color: #4C506E;
}

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

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

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

div.wrap {
  width: 90%;
  max-width: 1024px;
  margin: 0px auto 60px auto;
  border-radius: 10px;
  background-color: #D9E0FF;
  overflow: hidden;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 4.2rem;
  color: #D9E0FF;
  background-color: #262C4A;
  margin: 0;
  padding-top: 0.2rem;
}

img {
  display: block;
  max-width: 100%;
}

p {
  color: #262C4A;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin: 20px;
  border-radius: 0 0 10px 10px;
}