.link-button {
  background: none;
  border: none;
  /* color: blue; */
  /* text-decoration: underline; */
  cursor: pointer;
  /* font-size: 13px; */
  font-family: 'Noto Sans Thai','Roboto', sans-serif;
  padding: 3px 6px;
}
.navbar .link-button{
  font-size: 13px;
}
.link-button:focus {
  outline: none;
}
.nav{
  z-index: 1001;
  background-color: white;
}
form{
	z-index: 1;
}