:root {
  --bg-img: url(https://overthesea.neocities.org/images/magwhite.png);
  
  --a-clr: #236e96;
  --a-hover-clr: #ff4e62;
  
  --main-border-clr: #2ecfca;
  --bg-clr: ;
  --bg-img-main: url(https://overthesea.neocities.org/seasons/bgisland.jpg); 

  
  --card-bg-clr: white;
  --card-border: #f8df77;
  
  --chapter-bg-clr:white;
  --chapter-border:#ff4e62;
  
  --list-marker: "𖦹 "
  
}

main {background-size: cover;

}