@import url('https://fonts.googleapis.com/css2?family=Prompt: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 {
    font-family: "Prompt", sans-serif;
}

.gradient-text {
  background: -webkit-linear-gradient(45deg,#0000ff, #bf13bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1{
    font-weight: 600;
}
h2{
   font-size: 20px;
}

.footer{
    background-color: #203E90;
    color:white;
}
.navbar {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
  }

  a:link, a:visited{
    color: black;
    text-decoration: none;
  }

  #contacticon {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-nav .nav-item {
    margin: 0 10px; /* เพิ่มระยะห่าง 15px ด้านซ้ายและขวาของรายการเมนู */
    font-size: 18px;
}

.navbar-nav .nav-item:first-child {
    margin-left: 10; /* ลบระยะห่างด้านซ้ายของรายการเมนูแรก */
}

.navbar-nav .nav-item:last-child {
    margin-right: 0; /* ลบระยะห่างด้านขวาของรายการเมนูสุดท้าย */
}


.background_header {
    background: linear-gradient(to right, #CFD7FA, #E8CDF8);

  }