/* 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." */


/*
:root {
  --text: #ffffff;
  --hilight: #ccff00;
  --boxbackground: #000000;
}

::-webkit-scrollbar {
  display: none;
}*/



html {
  cursor: url("/images/win982.png"), default;
  height: 100vh;
  -ms-overflow-style: none;
  /*scrollbar-width: none;*/
}


img {
  margin: auto;
  max-width: 700px;
  max-height: 200px;
  border-radius: 5px;

  height: auto;
}

.titlearea {
  text-align: center;
}

.toolbar {
  color: white;
  justify-content: center;
  display: flex;
  gap: 10px;
}

body {
  background-image: url("https://i.ibb.co/Sf8X4x6/ss160.gif");
  color: black;
  font-family: verdana;
  margin: 0;
  line-height: 120%;
}

h1::before {
  content: url("https://auberylis.moe/common/gfx/win98/ico16/exe.png");
  margin-right: 6px;
  top: 3px;
  height: 16px;
  position: relative;
}

h1::after {
  content: url('https://auberylis.moe/common/gfx/win98/windowbuttons.png');
  float: right;
  margin-right: 5px;
  margin-top: 3px;
  /* height: min-content; */
  height: 14px;
}
h1 {
  margin: auto;
    height: 25px;
    line-height: 24px;
    padding-left: 6px;
    background-image: url(/indexfiles/gfx/rainbowheader.png), linear-gradient(to right, #00007b, #0884ce);
    background-size: 900px 24px;
    font-family: arial;
    font-size: 12px;
    color: #fff;
    user-select: none;
}


.contents {
  justify-content: center;
  
  display: flex;
  /* Optional: Add space between elements */
  gap: 10px;
}

.left-bar-component {
    margin: 10px 0 0 0;
    padding: 1px;
    border: 1px solid;
    border-color: gray;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75);
    height: 250px;
    width: 200px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /*scrollbar-width: none;*/
}

.welcomePost {
  /*background-image: url("https://i.ibb.co/whd3kP7/blue029.jpg");*/
  justify-content: center; 
  /*height: 300px;*/
  width: 700px;
  margin: 10px auto;
  border: 1px solid;
  border-color: gray;
  padding: 1px;
  /*overflow-x: scroll;*/

  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 3px;
}

p {
  margin: 10px;
}
.stampScroll {
  width: 700px;
  height: 200px;
  border-radius: 5px;

  
}

h2::before {
  content: url("https://auberylis.moe/common/gfx/win98/ico16/exe.png");
  margin-right: 6px;
  top: 3px;
  height: 16px;
  position: relative;
}


h2 {
  margin: auto;
    height: 25px;
    line-height: 24px;
    padding-left: 6px;
    background-image: url(/indexfiles/gfx/rainbowheader.png), linear-gradient(to right, #00007b, #0884ce);
    background-size: 900px 24px;
    font-family: arial;
    font-size: 12px;
    color: #fff;
    user-select: none;
}

/*

.leftbar {
  width: 180px;
  margin-top: 5px;

}

.style {
    margin-top: 0;
}

.side-box {
    margin-top: 17px;
    position: relative;
    height: fit-content;
}

.box-title {
    background-color: black;
    position: absolute;
    top: -25px;
    left: 15px;
    font-size: 16px;
}
*/

