:root {
   --h-bg: rgba(10, 21, 4, 0.87);
   --title-head-color: #fff;
   --black-gra: linear-gradient(180deg, rgb(20 21 5) 19%, rgb(7 26 6) 50%, rgb(6 22 14 / 98%) 79%);
   --dark-grey: #333333;
   --medium-grey: #636363;
   --light-grey: #eeeeee;
   --ash: #f4f4f4;
   --primary-color: #fbc638;
   --white: white;
   --border: 1px solid var(--light-grey);
   --shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
   --font-fam: "Kanit";
}