<css>
<style>

                 :root {
                --header-image: url(https://wwifi.neocities.org/websiteimages/testheader.PNG);

                --content: #43256E;
            }

            body {
                margin:0px;
                padding:0;
                  font-family: "DotGothic16", sans-serif;
                color: black;
                    background-image:url(https://wwifi.neocities.org/websiteimages/u2.png);
                    background-color: white;
                    background-size: 20%;
            }

         main {
            align-items: center;
            margin:0;
            width: 680px;
            overflow: auto;
            gap: 2px;
            display: flex;
            flex-direction: column; /* Stack divs vertically */
            justify-content: center;
             }

            main h1{
                    font-family: "Manufacturing Consent", system-ui;
}

             #babies {
                float: right;
                margin: -56px 44px 0px 10px;

                     
             }
             
             #title {
             text-align:center;   
                }

                 #title p {
                     background-color: #FFF1F8;
                         width: fit-content;
                         margin: auto;
             }

                 #title small {
                     color:#ffcce6;
                         background-color: black;
                         width: fit-content;
                         margin: auto;
                         
             }

        #title h1{
      font-family: "Manufacturing Consent", system-ui;
            text-align:center;
                font-size:300%;
        }

            #bottom {
             text-align:center;   
                }

                 #bottom p {

             }

                 #bottom small {
                     color:#ffcce6;
                         background-color: black;
                         width: fit-content;
                         margin: auto;
                         padding:10px;
                         
             }


       aside {
                background: #ffcce6;
                background-image:url(https://wwifi.neocities.org/websiteimages/blondiebg.PNG);
                width: 500px;
                height: 700px;
                overflow: auto;
                float:left;
                border-width:3px;
                border-style:outset;
                border-color: #ff99cc;
                margin-top: 10px;
                margin-left:300px;
                margin-right:10px;
                padding: 20px;
        }

        aside h1{
      font-family: "Manufacturing Consent", system-ui;
            text-align:center;
        }

        aside header{
            text-align:center;
         background-color:#ffcce6;
                font-size:larger;
                background: #ffcce6;
                background: linear-gradient(0deg, rgba(255, 204, 230, 1) 0%, rgba(255, 240, 250, 1) 74%, rgba(255, 186, 221, 1) 100%);
                margin-top: -20px;
                margin-left: -20px;
                width:535px;
                height:40px;
                padding-top:10px;
                border-width:3px;
                border-style:outset;
                border-color: #ffcce6;
        }

        #spiderr {
                background: #ffcce6;
                background-image:url(https://wwifi.neocities.org/websiteimages/spiderrbg.PNG);
                width: 650px;
                padding-left:10px;
                height: 450px;
                overflow: auto;
                border-width:3px;
                border-style:outset;
                border-color: white;
                margin-top: 10px;
        }

           #spiderr ul{
                background: white;
                margin:0 auto;
                padding: 13px;
                width:300px;
                list-style-image: url(https://wwifi.neocities.org/pg/ia8atx.gif)
                
        }

   main p{
                margin:0 auto;
                padding: 14px;
                list-style-image: url(https://wwifi.neocities.org/pg/ia8atx.gif)
                
        }

        #nothingg {
                background: #ffcce6;
                background-image: url(https://wwifi.neocities.org/websiteimages/coldvisionbg.PNG);
                width: 650px;
                height: 450px;
                overflow: auto;
                padding-left:10px;
                border-width:3px;
                border-style:outset;
                border-color: white;
                margin-top: 10px;
        }

           #nothingg ul{
                background: white;
                margin:0 auto;
                padding: 13px;
                width:300px;
                list-style-image: url(https://wwifi.neocities.org/pg/lwqn29.gif)
                
        }
            
               #martyr {
                background: #ffcce6;
                background-image:url(https://wwifi.neocities.org/websiteimages/%20-41.jpg);
                color:white;
                width: 650px;
                height: 450px;
                padding-left:10px;
                overflow: auto;
                border-width:3px;
                border-style:outset;
                border-color: white;
                margin-top: 10px;
        }

           #martyr ul{
                background: #ffcce6;
                color:black;
                margin:0 auto;
                padding: 13px;
                width:300px;
                list-style-image: url(https://wwifi.neocities.org/pg/jsv3aa.gif)
                
        }

    #sulfur {
                background: #ffcce6;
                background-image:url(https://wwifi.neocities.org/websiteimages/sulfurbg.PNG);
                width: 650px;
                height: 450px;
                padding-left:10px;
                overflow: auto;
                border-width:3px;
                border-style:outset;
                border-color: white;
                margin-top: 10px;
        
}

           #sulfur ul{
                background: white;
                margin:0 auto;
                padding: 13px;
                width:300px;
                list-style-image: url(https://wwifi.neocities.org/pg/tumblr_lm6r99PEFi1qfoi4t540.gif)
                
        }

        
        /*fonts*/
        
.dotgothic16-regular {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.manufacturing-consent-regular {
  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
}


::-webkit-scrollbar {
width: 16px
}
 
        
::-webkit-scrollbar:horizontal {
height: 17px
}
 
::-webkit-scrollbar-corner {
background: #eee
}
 
::-webkit-scrollbar-track:vertical {
background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%)
}
 
::-webkit-scrollbar-track:horizontal {
background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%)
}
 
::-webkit-scrollbar-thumb {
border: 1.5px solid #888;
border-radius: 3px;
box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
background-color: #eee;
}
 
::-webkit-scrollbar-thumb:vertical {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAIAAADpZ+PpAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADrSURBVChTTc5LboJQGAXguyoCu4ERCzAGlRk7UOwGWIDh0s4M4kxb06RSq/jAB6AxJkJ4lTDrue3AnvyzP+fLId+/yfM8juP7PQmCCOf7B3e+ZD+O40RRVFW12VQUpd3r9U3T2m4OpKoqWZYNwzBZLEqfh0N7NnvfrPcEWlEUWZb9mWF4Ph6D0ylcLbfM5HkeJrhGA2hb15/QXnv+w7RYXsDatjOdvnmrHSnLEizMNE2v11sUXQBCnn98kbquBUGQJAlmq9WB2e3qg4HJdqKkaRql1HGc0WgMcDJ5dd0F24kediZJ8t/ELT69H+8py0CYSIO5AAAAAElFTkSuQmCC") no-repeat 50%, linear-gradient(90deg, #eee 45%, #ddd 0, #bbb)
}
 
::-webkit-scrollbar-thumb:horizontal {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADcSURBVChTNZBLqoUwEEQrURQUxZGCvy24ACfiityJi7tv8GauQoPxk5tquA2RQ9vVVYk6z9NZaxFFEe77htYazjk8z4MwDIVZ+rourOuKaZrwvi+WZcE8z1BKCbPPCjk4DAO2bRP1OI7wLiL6Mbd7J408z1GWpQwWRYGqqiQG+03TgMu0MacfUN4qANmn8UOv9MjW3sKaSm7iIdOSlziOQ3LScd93aPonSYK6riVLlmVo21aYfVqzND9pmqLrOlGT+76XbcxLZkb19/l3fEP+oF0cx8KMEASBsDEGX2/CgZCHkg+8AAAAAElFTkSuQmCC") no-repeat 50%, linear-gradient(180deg, #eee 45%, #ddd 0, #bbb)
}
 
::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement {
display: block
}
 
::-webkit-scrollbar-button:vertical {
height: 17px
}
 
::-webkit-scrollbar-button:vertical:start:decrement {
background: white;
background-image: url("https://cdn.discordapp.com/attachments/904308736712138793/1001299199633141851/download.png");
background-repeat: no-repeat;
background-position: center;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
 
::-webkit-scrollbar-button:vertical:start:increment {
display: none;
}
 
::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}
 
::-webkit-scrollbar-button:vertical:end:increment {
background: white;
background-image: url("https://cdn.discordapp.com/attachments/904308736712138793/1001299200052576387/87ae92e1-3894-4469-b1b9-aedf5f04975c.png");
background-repeat: no-repeat;
background-position: center;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

@media screen and (max-width: 480px) {
       aside {
                background: #ffcce6;
                width: 500px;
                height: 400px;
                margin-left:10px;
    }
    
           main {
               margin-top:100px;
    }
        
        </style>
                </css>