--background-image:url("https://cdn.seaswimmer.cc/u/o856V4.jpg");/* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--background-image-blur:0px;/* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */
--background-image-size:cover;/* Size of the background image | DEFAUT: cover | OPTIONS: cover, contain */
--background-image-position:center;/* Position of background image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */
--overlay-image:var(--background-image);/* Background image for popouts and modals | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--overlay-image-blur:var(--background-image-blur);/* Blur intensity of --overlay-image | Must end in px | DEFAULT: 5px */
--overlay-image-size:var(--background-image-size);/* Size of the popout/modal image | DEFAUT: cover | OPTIONS: cover, contain */
--overlay-image-position:var(--background-image-position);/* Position of popout/modal image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */
--home-button-image:url("https://discordstyles.github.io/FrostedGlass/discord.svg");/* Home button image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--home-button-size:60%;/* Size of the home button image | DEFAUT: cover */
--home-button-position:center;/* Position of home button image | DEAFULT: center */