@font-face {
  font-family: 'ThaiF1';
  src: url('../fonts/Thailand.ttf') format('truetype');
}

@font-face {
  font-family: 'ThaiF2';
  src: url('../fonts/JS Chanok Normal.ttf') format('truetype');
}

@font-face {
  font-family: 'ThaiF3';
  src: url('../fonts/JS Khunwai Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'ThaiF4';
  src: url('../fonts/BLK BangLi-Ko-Sa-Na Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'ThaiF5';
  src: url('../fonts/iannnnnPDF 2008 Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'ThaiF6';
  src: url('../fonts/JS Chaimongkol Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'ThaiF7';
  src: url('../fonts/Athiti Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'ThaiF8';
  src: url('../fonts/Mitr-Medium.ttf') format('truetype');
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: 'ThaiF8', sans-serif;
}

main {
  flex: 1;
  padding-top: 70px;
}

.navbar-nav {
  max-height: 250px;
  max-width: 1140px;
  overflow: auto;
}

textarea {
  resize: vertical;
}

.card-img-top {
  aspect-ratio: 16 / 9;
}