/*PROTOMO*/ 
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;900&family=Sigmar&display=swap');

:root {
    --zero: #9999cc;
    --one: #330000;
    --two: #660033;
    --three: #993366;
    --four: #ffccff;
}
::-moz-selection { /* Code for Firefox */
  color: var(--three);
  background: var(--six);
}

::selection {
  color: var(--three);
  background: var(--four);
}

#overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .05;
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/Misc/noise.png);
    background-blend-mode: screen;
    background-color: #006699;
    pointer-events: none !important;
}
.coverlayer {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204, 0, 153, 0.2); /* Black background with opacity */
    z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    pointer-events: none;
}

body {
    background: var(--zero) url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/Art/QJ21064_SitePage_Art_Hub_BG.png);
    font-family: 'Nunito';
    font-size: 13px;
    color: var(--one)
}
p {
    margin: 5px;
}
a {
    text-decoration: underline;
    color: var(--four);
}
a:hover {
    color: var(--four)
}
a:visited {
    color: var(--four)
}


#container {
    min-height: 900px;
    width: 800px;
    margin: 20px auto;
}
#foreground {
    position: absolute;
    pointer-events: none !important;
    opacity: 1;
    z-index: 5;
}
#pink-note {
    z-index: 7;
    position: relative;
    top: 150px;
    left: 525px;
    height: 90px;
    width: 110px;
    rotate: 16deg;
}