body {
  background-image: url("../images/bg.jpg");
  background-position: center;
  font-family: 'Noto Sans Thai Looped', sans-serif;
  font-family: 'Pridi', serif !important;
}

.table_center {
  margin-left: auto;
  margin-right: auto;
}

.animate_logo {
  display: inline-block;
  margin: 0rem;

  animation: pulse; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1.5s; /* don't forget to set a duration! */
  animation-iteration-count: infinite;
}

.animate_menu:hover {
  display: inline-block;
  margin: 0rem;

  animation: heartBeat; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
  animation-iteration-count: 1;
}

.text-white {
  color: #FFFFFF !important;
  font-family: 'Noto Sans Thai Looped', sans-serif;
  font-family: 'Pridi', serif !important;
}

p,h3 {
  color: #FFFFFF !important;
}

h1,h2,h4 {
  font-size: 10px;
  text-align: center;
  color: #FFFFFF !important;
}