/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@font-face{
  font-family: 'The Magic Castle';
  src: url('"The Magic Castle.woff2"') format('woff2');
}

@font-face{
  font-family: 'Pixelbasel';
  src: url('"Pixelbasel.woff2"') format('woff2');
}

index, body {
    background-image: url('https://roisin-online.neocities.org/8380136.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
@import url("https://saltssaumure.github.io/xp-discord-theme/xp.min.css");
:root {
    --xp-background-image:  url(https://saltssaumure.github.io/xp-discord-theme/img/bliss.avif);
    --xp-background-color:  #0066CC;
    --xp-window-color-1:    #005AE7;
    --xp-window-color-2:    #0372FF;
    --xp-taskbar-color-1:   #108CE4;
    --xp-taskbar-color-2:   #578CD0;
    --xp-taskbar-color-3:   #1665CA;
    --xp-start-color-1:     #008000;
    --xp-start-color-2:     #38C438;
    --xp-shortcut-color-1:  #0CA80C;
    --xp-shortcut-color-2:  #008000;
    --xp-ping-color-1:      #E64D1C;
    --xp-ping-color-2:      #C73207;
    --xp-tooltip-color-1:   #F0EFED;
    --xp-tooltip-color-2:   #EBE8D7;
    --xp-avatar-shine:      on;
    --bsod-color:           #000080;
    --bsod-text:            "A problem has been detected and Windows has been shut down to prevent damage to your computer. \A\A A clock interrupt was not received on a secondary processor within the allocated time interval. \A\A If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps: \A\A Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any Windows updates you might need. \A\A If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then throw away the whole computer. \A\A Technical information: \A\A *** STOP: USING_DISCORD \A\A ***       discord.exe - Address DEADBEEF base at 8BADF00D, DateStamp 1337C0D3 \A\A\A\A\A\A\A\A\A\A Collecting data for crash dump ... \A Initializing disk for crash dump ... \A Beginning dump of all your belongings ... \A Dumping physical memory to disk: 100% \A Physical memory dump complete. \A Contact your system administrator or technical support group for further assistance.";
}

.theme-dark {
    --xp-bg-color:          #000000;
    --xp-set-color:         #FFFFFFB3;
    --xp-hover-color:       #112233;
    --xp-selected-color:    #1665CA;
    --xp-zing-color:        #AA5500;
    --xp-txt-color:         #FFFFFF;
    --xp-bg-bright-color:   #223344;
    --xp-bg-tint-color:     #222222;
    --xp-bg-shade-color:    #111111;
    --xp-border-color:      #1665CA;
}

.theme-light {
    --xp-bg-color:          #FFFFFF;
    --xp-set-color:         #000000B3;
    --xp-hover-color:       #D3D3D3;
    --xp-selected-color:    #1665CA;
    --xp-zing-color:        #FFA500;
    --xp-txt-color:         #000000;
    --xp-bg-bright-color:   #F0EFED;
    --xp-bg-tint-color:     #EBE8D7;
    --xp-bg-shade-color:    #808080;
    --xp-border-color:      #000000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: '"The Magic Castle"', sans-serif;
}

p {
  font-family: '"Pixelbasel"', sans-serif;
}