body {
    background-image: url(stuff/background.gif);
}
/*all css for the header here*/

header {
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
}

/*main content css here*/

/*flexbox for main page setup*/
main {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.left{
    
    border: none;
    height: 100%;
    width: 15%;
    padding: 20px;
    padding-top: 60px;
}

.right{
    
    border: none;
    height: 100%;
    width: 25%;
    padding: 20px;
    padding-top: 60px;
}

.middle {
    border: none;
    height: 100%;
    width: 50%;
    padding-top: 40px;
    padding-bottom: 20px;
}

section {
    margin-bottom: 20px;
}

.pixelify-sans {
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .jacquard-12-regular {
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
  }

/*window content css here*/
.window {
    border: 2px solid #EA4D8E;
    background-color: #FFB9D8;
    padding: 4px;
    padding-bottom: 0px;
}

.window .content {
    border: 2px solid #EA4D8E;
    background-color: #FFF4F6;
    font-family: 'Pixelify Sans' , 'Courier New' , 'Courier', 'Monospace'; 
    color: #C93771;
    font-size: 17px;
    margin-top: 4px;
    padding: 4px
}

.contentstream {
    padding: -4px;
    margin: -4px;
}

button {
    border: 2px solid #EA4D8E;
    background-color: #FFF4F6;
    font-family: 'Pixelify Sans' , 'Courier New' , 'Courier', 'Monospace'; 
    color: #C93771;
    font-size: 17px;
    padding: 4px;
    margin: 4px;
}

.navibar {
    display: block;
    padding: 4px;
    padding-right: 90%;
    max-width: 50%;
    margin: 4px;
}

button:hover {
    border: 2px solid #EA4D8E;
    background-color: #f9d5e5;
    font-family: 'Pixelify Sans' , 'Courier New' , 'Courier', 'Monospace'; 
    color: #C93771;
    font-size: 17px;
    padding: 4px;
    margin: 4px;
}

.navibar:hover {
    display: block;
    padding: 4px;
    padding-right: 90%;
    max-width: 50%;
    margin: 4px;
}

/*makes the sakura work*/
.title::before {
    content: url(stuff/windows_sakura.png);
    float: left;
    padding-right: 2px;
    image-rendering: pixelated;
}

/*makes the windows x work*/
.title::after {
    content: url(stuff/window_button_close.png);
    float: right;
    image-rendering: pixelated;
}

.window .title {
    border: 2px solid #EA4D8E;
    background-color: #FFF4F6;
    font-family: 'Pixelify Sans' , 'Courier New' , 'Courier', 'Monospace'; 
    font-weight: bold;
    color: #C93771;
    font-size: 20px;
    height: 22px;
}

/*the nso dots at the bottom of the window thing...*/
.window::after {
    content: url(stuff/windows_bottom.png);
    display: block;
    margin-bottom: -4px;
    image-rendering: pixelated;
}

.border {
    border: 2px solid #C93771;
}

.cherry {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 50%;
}

#status_hisa {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 50%;
    image-rendering: pixelated;
}

#rickroll {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 90%;
    image-rendering: pixelated;
}

#angelpfp {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 90%;
    image-rendering: pixelated;
}

#eonzstreampfp {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 90%;
    image-rendering: pixelated;
}

#black_ink_intro {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 25px;
    width: 70%;
    image-rendering: pixelated;
}

.lolcowbitch {
    margin-left: auto;
    margin-right:auto;
    width: 92%;
    margin-bottom: -50px;
}

#bannerhisa {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 100%;
    image-rendering: pixelated;
}

.footer {
    text-align: center;
    font-family: 'Pixelify Sans' , 'Courier New' , 'Courier', 'Monospace'; 
    color: #C93771;
    font-size: 12px;
}

.lalala:hover {
    color: rgb(255, 182, 211);
}

a {
    color: #FFB9D8;
}

a:hover {
    color: #f581cc;
}

a:active {
    color: #EA4D8E;
}

.feeling {
    font-family: 'Jacquard 12', 'system-ui';
    font-size: 25px;
    color: rgb(255, 134, 190);
    margin-bottom: 0px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #FFF4F6;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #FFB9D8;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ff6ca7;
  }

  h1, h2 {
    text-align: center;
    color: #EA4D8E;
    font-family: 'Jacquard 12', system-ui;
}

h1 {
    font-size: 35px;
    padding-top: 50px;
}

h2 {
    margin-bottom: 0%;
    font-size: 25px;
}

.navigationlinks {
    display: flex;
    flex-direction: column;
}

.navigationbar {
    padding-left: 3px;
    display: inline-block;
}