@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@600;700&display=swap);body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Poppins,sans-serif;background:-webkit-gradient(linear,left top,left bottom,from(#333),color-stop(#222),to(teal));background:-webkit-linear-gradient(top,#333,#222,teal);background:-moz-linear-gradient(top,#333,#222,teal);background:linear-gradient(180deg,#333,#222,teal);color:#ddd}a{color:inherit;text-decoration:none}*{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}