html{
  background-image: url(https://file.garden/Z28q8gbA8Ge0bghJ/neocities/2025%20RH%20theme/RH1_Dorm_Room.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  cursor: url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/2025%20RH%20theme/mouse/roblox-pack-1/Normal%20Select.cur'), pointer;
  display: grid;
  margin: auto;
}

html, body {
    height: 80%;
}

a:hover, a:link, a:active, a:visited {
  color:white;
   text-decoration: none;
   cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/2025%20RH%20theme/mouse/roblox-pack-1/Unavaliable.png'), pointer;
}

::selection {
  background: #9600d7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #9600d7; /* Gecko Browsers */
}

.comic-neue-bold {
  font-family: "Comic Neue", cursive;
  font-weight: 500;
  font-style: normal;
}

.content {
  max-width: 950px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: (3, 1fr);
  grid-template-rows: (3, 1fr);
  gap: 10px;
  }

content2{
  display: flex;
  max-width: fit-content;
}

list {
  display: flex;
  justify-content: center;
  align-items: left;
  min-height: 10px;
  max-width: 300px;
  flex-direction: column;
  padding-left: 40px;
  padding-bottom: 20px;
}

list1 {
  float: left;
  justify-content: center;
  align-items: left;
  min-height: 10px;
  max-width: 300px;
  flex-direction: column;
  padding-left: 40px;
  padding-bottom: 20px;
}


nav {
  grid-column: span 3 / span 3;
  grid-row-start: 1;
  padding-bottom: 20px;
  padding-left: 150px;
}

.button-holder{
 display:block;
  grid-template-columns: 4, 1fr;
  grid-template-rows: 4, 1fr;
  gap: 10px;
}

.button-container {
      position: relative;
      display: inline-block;
      text-align: center;
      padding-right: 7px
}

.hover-button {
      font-size: 16px;
      border-radius: 100%;
      background-color: white;
  	  border: 5;
      border-color: #06b6ef;
      border-style: solid;
      color: black;
      text-decoration: none;
      display: inline-block;
      width: 100px;
      height:100px;
      margin-bottom: 5px;
      align-content: center;
      word-wrap:break-word;
     cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/2025%20RH%20theme/mouse/roblox-pack-1/Unavaliable.png'), pointer;
}

.hover-button>img {
  max-height:110px;
}

.reveal-text {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      font-size: 14px;
      color: white;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.button-container:hover .reveal-text {
      opacity: 1;
      visibility: visible;
}

main{
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
    height: max-content;
    word-wrap: break-word;
  
  /* lalalalal */
  
  background-color: #14066e66;
  border: 2.5px solid;
  border-radius: 10px;
  border-color: #9d71ff;
  padding: 10px 15px;
  color: white;
  display:flex;
}

footer{
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 3;
  
  /**/
  
  overflow: hidden;
 /* Size */
  
  width: fit-content;
  height: fit-content;
  
  /* fun colors yayyy */
  background: linear-gradient(to bottom, #f26de9 0%,#b754ee 50%,#9136f0 51%,#a11ede 100%);
  border-radius: 10px 10px 0 0;
  border: inset 2.5px;
  border-color: #961ede;
  padding: 10px 15px;
  color: white;
  margin-top:40px;
}

aside{
  grid-column-start: 3;
  grid-row-start: 2;
  height: max-content;
  width: 150px;
  word-wrap: break-word;
}

.aside_header{
  background: linear-gradient(to bottom, #f26de9 0%,#b754ee 50%,#9136f0 51%,#a11ede 100%);
  overflow: hidden;
  width:150px;
  
  border-radius: 10px 10px 0 0;
  border: inset 2.5px;
  border-color: #961ede;
  padding: 10px 15px;
  color: white;
}

.content_aside{
  height: max-content;
  width: 150px;
  word-wrap: break-word;
  background-color: #14066e66;
  overflow: hidden;
  
  border-radius: 0 0 10px 10px;
  border: inset 2.5px;
  border-color: #961ede;
  padding: 10px 15px;
  color: white;
  
  grid-column-start: 3;
  grid-row-start: 2;
}

welcome{
  display: flex;
}

aboutme{
  display:flex;

}

attributes{
  display: block;
  padding-top: 25px;
  padding-right: 10px;
  max-width: 86px;
}

attributes>img{
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

attributes>img:hover{
  transform: scale(1.5);
}

.wrapper{
  height:90px; 
  overflow:scroll; 
  position:relative; 
  margin-bottom: 20px;
  background-color: #14066e66;
  border: 2.5px solid;
  border-radius: 5px;
  border-color: #9d71ff;
  scrollbar-width: none;
}

.wrapper_blinkies{
  display: flex;
  justify-content: center;
  height: 70px; 
  overflow:scroll; 
  position:relative; 
  margin-bottom: 20px;
  background-color: #14066e66;
  border: 2.5px solid;
  border-radius: 5px;
  border-color: #9d71ff;
  scrollbar-width: none;
}

.wrapper_stamps{
  display: flex;
  justify-content: center;
  height: 77px; 
  overflow: scroll; 
  position: relative; 
  margin-bottom: 20px;
  background-color: #14066e66;
  border: 2.5px solid;
  border-radius: 5px;
  border-color: #9d71ff;
  scrollbar-width: none;
}

.wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.wrapper_blinkies::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.wrapper_stamps::-webkit-scrollbar {
  width: 0;
  height: 0;
}

buttons{
  display:block;
  max-width: 784px;
}

buttons>img{
  margin: 7px 0 5px 7px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

buttons>img:hover{
  transform: scale(1.5);
}

header{
  font-size:40px;
}

header2{
  text-align: right;
  font-size: 40px;
}

hr.solid {
  border-top: 3px solid #cdb9ff;
}

.updates{
  height:250px; 
  overflow: scroll; 
  position: relative; 
  margin-bottom: 20px;
  background-color: #14066e66;
  border: 2.5px solid;
  border-radius: 5px;
  border-color: #71b4ff;
}

.updates>header{
  background: linear-gradient(to bottom, #f26de9 0%,#b754ee 50%,#9136f0 51%,#a11ede 100%);
  font-variant: normal;
  border: inset 2px;
  border-color: #961ede;
  border-radius: 3px;
  color: #fffffF;
  text-align: center;
  padding: 2px 2px;
  font-size:small;
}


.updates{
  height:250px; 
  overflow-y: scroll; 
  overflow-x: hidden; 
  position: relative; 
  margin-bottom: 20px;
  background-color: #14066e66;
  border: 2.5px solid;
  border-radius: 5px;
  border-color: #961ede;
  scrollbar-width: none;
}

.updates>header{
  background: linear-gradient(to bottom, #f26de9 0%,#b754ee 50%,#9136f0 51%,#a11ede 100%);
  font-variant: normal;
  border: inset 2px;
  border-color: #961ede;
  border-radius: 3px;
  color: #fffffF;
  text-align: center;
  padding: 2px 2px;
  font-size:small;
}

.updatestext{
  padding: 4px 0 0 10px;
}

details{
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/2025%20RH%20theme/mouse/roblox-pack-1/Unavaliable.png'), pointer;
}

details>ul{
  font-size:small;
}