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

:root {
    --zero: #000033;
    --one: #330066;
    --two: #660099;
    --three: #9933cc;
    --four: #cc66ff;
    --five: #ff99ff;
    --six: #ffccff;
}
::-moz-selection { /* Code for Firefox */
  color: var(--one);
  background: var(--five);
}

::selection {
  color: var(--one);
  background: var(--five);
}

#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;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ----    GENERAL CONTENT    ----
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
body {
    background-color: var(--zero);
    font-family: 'Nunito';
}
h2 {
    text-align: right;
    font-size: 24px;
    margin: 0px 35px 0px 0px;
    font-style: italic;
    color: var(--two);
}
p, li {
    margin: 20px 25px;
    color: var(--two)
}
th {
    background-color: var(--five);
    color: var(--three);
    text-shadow: 1px 1px var(--six), -0.5px -0.5px var(--four);
    width: 150px;
    height: 100px;
}
td {
    color: var(--two);
    padding-left: 5px;
}
hr {
    border: 1.5px solid var(--three);
    max-width: 450px;
}

#everything {
    min-height: 1500px;
    width: 850px;
    margin: auto;
    margin-top: 50px;
}
main {
    min-height: 1140px;
    width: 735px;
    margin: auto;
    background: var(--five);
    position: relative;
    top: 235px
}
#foreground {
    position: absolute;
    top: 25px;
    pointer-events: none !important;
    opacity: 1;
    z-index: 5;
}
#button-back {
    z-index: 6;
    position: relative;
    bottom: -235px;
    left: 355px;
    height: 36.5px;
    width: 140px;
    background-image: url(img-about/aboutme-hb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#sect-intro {
    background-color: var(--six);
    height: 275px;
    width: 725px;
    display: flex;
    margin: auto;
}
#sect-intro--pic {
    background-image: url(img-about/aboutme-portrait.png) no-repeat center cover;
    height: 250px;
    width: 250px;
    margin-left: 10px;
    margin-top: 8px;
    z-index: 9;
    border: 5px solid var(--zero);
    border-radius: 50%;
    box-shadow: 0px 3px 1px var(--one), 0px -3px 1px var(--four);

}
#sect-intro--desc {
    overflow: auto;
    height: 275px;
    width: 445px;
    margin-left: 10px;
}

#sect-banner {
    background: url(img-about/aboutme-img.jpeg) no-repeat center;
    background-size: cover;
    height: 125px;
    width: 700px;
    display: flex;
    margin: auto;
    margin-top: 18px;
}
#sect-favquiz {
    background-color: var(--four);
    height: 180px;
    width: 705px;
    display: flex;
    margin: auto;
    margin-top: 70px;
}
#favs {
    background: var(--four);
    height: 100%;
    width: 410px;
    overflow: auto;
    margin-left: -5px
}
#quiz {
    background-color: var(--five);
    height: 100%;
    width: 280px;
    margin-left: 27px;
    overflow-y: auto;
    overflow-x: hidden;
}
#sect-facts {
    background-color: var(--four);
    height: 155px;
    width: 705px;
    display: flex;
    margin: auto;
    margin-top: 45px;
}
#sect-facts--btn {
    background: url(img-about/aboutme-genbtn.png) no-repeat center;
    background-size: cover;
    border: 0px solid;
    height: 56.5px;
    width: 148.5px;
    z-index: 10;
    position: relative;
    top: 80px;
    left: 145px
}
#sect-facts--results {
    width: 330px;
    overflow-y: auto;
    text-align: center;
}
#sect-faqs {
    background-color: var(--five);
    height: 225px;
    width: 705px;
    margin: auto;
    margin-top: 45px;
    overflow: auto;
}