/* :root{
  --div-background-color: #fff;
  --text-color: black;
  --div-padding: 0;
} */

body {
  /* color: rgb(var(--foreground-rgb)); */
  /* background: linear-gradient(
        to bottom,
        transparent,
        rgb(var(--background-end-rgb))
      )
      rgb(var(--background-start-rgb)); */

  /* background-image: linear-gradient(190deg, #004fc51e, #3a6f601b 360px, #fff ); */
  background-image: linear-gradient(180deg, #1e1e1e, #1e1e1e 150px, #252526);

  /* --tw-bg-opacity: 1; */
  /* background-color: rgb(13 17 23 / var(--tw-bg-opacity)); */
}

p {
  text-align: justify;
  /* line-height: 18px; */
}

/* 橫向檢測 */
/* @media (orientation: portrait) {
  
} */

/* 寬度檢測 */
/* @media (width >= 300px) {
  
} */
