body {
  font-family: "Kanit", sans-serif;
}

.them_text {
  font-size: 16px;
  margin-top: -12px;
  color: #fff;
}

.title {
  font-size: 24px;
}

.logo {
  width: 50px;
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 400px !important;
  }
}

@media screen and (max-width: 400px) {
  .container {
    max-width: 320px !important;
  }
}
