@import url('https://fonts.googleapis.com/css2?family=K2D:wght@500&display=swap');

* {
  
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Serif Thai', serif;
  font-family: 'K2D', sans-serif;
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  background-color: #004e1f;
}


html {
  background: linear-gradient(to bottom, #ffffff, #004e1f);
  margin: auto;
}

.head-sub {
  font-size: 1.4rem;
}

body .head-info {
  color: #000;
  padding: 10px;
}

.head-info h1 {
  font-size: 30px;
}

.banner-info img {
  margin-top: 70px;
  width: auto;
  height: 220px;
  border-radius: 60px;

}

.banner {
  text-align: center;

}

section .head-info {
  margin-top: 10px;
  text-align: center;

}

section .head-info p {
  margin-top: 15px;
}



.buttonAss {
  background-color: #003a17;
  border: 2px solid #003a17;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  font-size: 27px;
  text-align: center;
  height: 70px;
  width: 75%;
} 


.buttonAss:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

section header{
    margin-top: 20px;
    color: #000000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
}

.buttonw {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vh; /* Set the height to 100% of the viewport height */
  margin-bottom: 0; /* Remove the margin-bottom */
  text-align: center;
  margin-bottom: 17%;
}

