@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
body {
    margin:0;
     font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size: 16px;
}

.radius-0{
  border: solid 1px;
  border-radius: 0;
}

textarea{
  background-color: #85af86;
  color: blue;
}
.button{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  
}
.form-control{
  background-color: #85af86; /* Green */
  border: none;
  color: blue;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;

}
.form-div{
  display: block;
  margin-top: 3px;
}
table, td, th {
  border: 1px solid black;
}

tbody tr:hover {
  background-color:#7fffd4; 
}
 

@media screen and (max-width: 600px) {
 
  
 
}

@media screen and (max-width: 600px) {
 
   
}