html{
  background-image: url(https://file.garden/Z28q8gbA8Ge0bghJ/neocities/2025%20RH%20theme/private_oasis.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'), default;
  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;
  
  }

nav {
  grid-column: span 3 / span 3;
  grid-column-start: 1;
  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;
      cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/2025%20RH%20theme/mouse/roblox-pack-1/Unavaliable.png'), pointer;
      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;
  
}

.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: #7263ce66;
  border: 2.5px solid;
  border-radius: 10px;
  border-color: #71a6ff;
  padding: 10px 15px;
  color: white;
}

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, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
  border-radius: 10px 10px 0 0;
  border: inset 2.5px;
  border-color: #1E69DE;
  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, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
  overflow: hidden;
  width:150px;
  
  border-radius: 10px 10px 0 0;
  border: inset 2.5px;
  border-color: #1E69DE;
  padding: 10px 15px;
  color: white;
}

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

welcome{
  display: flex;
}

aboutme{
  display:flex;
  padding-bottom: 10px;
}

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

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

buttons>img{
  margin-right: 7px;
  margin-bottom: 10px;
  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 #b9e0ff;
}

.collapsible{
  background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/2025%20RH%20theme/mouse/roblox-pack-1/Unavaliable.png'), pointer;
  color: #fffffF;
  text-align: center;
  padding: 10px 60px;
  font-size: 17px;
  font-variant: normal;
  border: inset 2px;
  border-color: #1E69DE;
  border-radius: 3px;
}

.active, .collapsible:hover{
  color: white;
  border: inset 2px;
  border-color: #1E69DE;
  background-color: linear-gradient(to bottom, #47a1ef 0%,#3493ed 50%,#0077ef 51%,#0058dd 100%);
}

aside_button{
  background: #7263ce66;
  color: white;
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

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

.wrapper>img{
  height: 350px;
}

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

.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: #71b4ff;
  scrollbar-width: none;
}

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


.updates>header{
  background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
  font-variant: normal;
  border: inset 2px;
  border-color: #1E69DE;
  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;
}