*  {
    padding: 0;
    margin: 0%;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Sarabun', Arial, sans-serif;
}


header {
    background-color :#ffff ;
    background-size: cover;
    
}

.responsive {
    max-width: 60%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .responsive-sub {
    max-width: 50%;
    height: auto;
    position: absolute;
    right: 50px;
    margin-top: 10px;
  }

  .menu-bar .nav{
    color: #ffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 50px;
    background: #2EAF62;
    box-shadow: 2px 2px 2px rgba(9, 66, 42, 0.5);
    z-index: 1;
}



.menu-bar{
    display: flex;
}


.menu-bar li a{
    color: #ffff;
    font-size: 16px;
}

.menu-bar li a:hover{
    color: #ffff!important;
    border: solid 2px #ffff;
    border-radius: 30px;
    font-weight: 600;
    transition: all ease o.4s;
    background-color: #2EAF62;
}


.nav-link{
    margin-left: 30px;
    margin-right: 20px;
}




footer {
    text-align: left;
    padding: 3px;
    background-color: #2EAF62;
    color: white;
    padding-bottom: 20px;
}

.address{
    margin-top: 20px;
}
.image{
    display: flex;
    justify-content: center;
    align-items: center
}


