@import url("home_page.css");
@import url("bg_page.css");

.bg-page{
  --bg-image:url("ASSETS/planetary2.webp");
  --bg-width:1080;
  --bg-height:608;
}
