@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@200;400&display=swap');
body {
    margin: 0;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
}
.fixed {
    position: sticky;
    top: 0px; 
    z-index: 99;
  }
.navbar {
    overflow: hidden;  
    top: 0;
    width: 100%;
    padding: 0px;
}
 
.navbar-nav a {
    float: left; 
    display: block;
    color: #292929;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}
.navbar ul li a{
    color: #000000;
}

.navbar ul li a:hover { 
    background-color:#116911;
    color: #000000;
}

.bg-logo{
    background-image: url("../image/bg.jpg") ;
}

.color-pink{
    background-color: #e04ce0; 
}

.color-black{ 
    color: #000000;
}
.active{
    background-color: #69c069;
}
a{
 text-decoration: none; 
}
