/* ----------------------------------------- Common Items -------------------------------------------------- */
::-webkit-scrollbar {  width: 8px;  height: 8px; } 
::-webkit-scrollbar-track {  background-clip: content-box;  border: 2px solid transparent; }
::-webkit-scrollbar-thumb {  background-color: var(--red-color); }
::-webkit-scrollbar-thumb:hover {  background-color:  var(--red-color)}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {  background-color: #141414; }
body, html, #page { position: relative; height: 100%}
#page { width: 100%; overflow-x: hidden;  font-family: "Poppins", sans-serif;}
* { margin: 0; padding: 0;} 
a:link, a:visited { text-decoration: none; color: var(--color); } li { list-style-type: none;} p { padding: 10px 0; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, figure, ul, li, ol, p, article, section, tr, td, th { margin: 0; padding:0} 
/* ----------------------------------------- Common Items -------------------------------------------------- */
/* ---------------------------------- Reusable ---------------------------------- */
:root { --brandGreyBg:#eeeeee; --brandGreyBg2:#eeeeee;  }
.flex-container {  display: flex;  flex-direction: row;  flex-wrap: wrap;  justify-content: center;  align-items: normal;  align-content: normal; }
.section-full { width: 100%; height: 100vh; }
/* ---------------------------------- Reusable ---------------------------------- */
