	
@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
	  {
	  	 font-family: "Kanit", sans-serif;
	  	background:url(../assets/bg-img-1.jpg);
      background-repeat: repeat;
    background-size: auto;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
	  }
		 .top-section
		 {
		 	padding: 50px 0px;


		 }
		 .title {
  color: #f80825;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 70px;
  text-shadow: 2px 2px #444;
}
		.subtitle {
  color: #e6e907;
  letter-spacing: 5px;
  font-weight: bold;
}
.box 
{
	width: 100%;
  max-width: 600px;
  color: #000;
  background:#fff;
  margin:25px auto;
  padding:30px;
  border-radius:10px;
  text-align: center;
}
.button
{
	background:#808080;
  width: 100%;
  padding:10px 0px;
  color: #fff;
  border-radius:50px;
  border: none;
  font-size: 20px;
}
@media(max-width: 769px)
{
	.title {
  color: #f80825;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 2px 2px #444;
}
}