@font-face {
  font-family: 'basiic';
  src: url('Fonts/basiic.ttf') format('truetype');
}

body {
  font: 12px basiic;
  letter-spacing: 1px;
  color: #fff;
  background: #f4f4f4 url('/Backgrounds/belowrainbow.gif') repeat;
  margin: 0;
  padding: 0;
}

a {
  color: #655880;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #aaa;
}

b {
  color: #eee;
  font-weight: bold;
}

textarea {
  font: 10px Basiic;
  letter-spacing: 1px;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #fff #000;
}


.break {
  text-transform: uppercase;
  background: #fff;
  color: #000;
  font: 12px Basiic;
  letter-spacing: 2px;
  padding: 2px 6px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin: 0.4em;
  display: block; 

}

.MiniImp {
  position: absolute;
  top: 100px; 
  left: 225px; 
  width: 135px;
  height: 167px;
  z-index: 3;
}

.MiniImp img {
  display: block;
  width: 100%;
  height: auto;
}

.box-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
}

#left-wrapper {
  position: absolute;
  top: 275px;
  left: 200px;
  width: 170px;
  z-index: 10;
}

#content-wrapper {
  position: absolute;
  top: 275px;
  left: 388px;
  width: 780px;
  z-index: 10;
}

#content-wrapper .title {
  text-align: left;
  padding-left: 12px;
}

.title {
  background: #fff;
  color: #000;
  font: 15px basiic;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 12px;
  border-radius: 10px 10px 0 0;
  user-select: none;
  box-sizing: border-box;
  width: 100%;
}

.title-kitty {
  filter: invert(0);
  vertical-align: middle;
  margin-right: 6px;
}

.invert-kitty {
  filter: invert(1);
  vertical-align: middle;
}

.box {
  background: #000;
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

#banner {
  background: #ddd url('/Main Pages/TwinkingGif.gif') center center / cover no-repeat;
  width: 780px;
  height: 160px;
  top: 100px;
  left: 388px;
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.scrolling-star {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  filter: invert(0);
  cursor: default;
  transition: filter 0.3s ease;
}

.scrolling-star:hover {
  filter: invert(100%);
}

.scrolling-star .strip {
  display: flex;
  align-items: center;
  height: 100%;
  animation: scroll-right 90s linear infinite;
}

.scrolling-star .strip img {
  height: 100%;
  margin-right: 10px;
  user-select: none;
  pointer-events: none;
  display: block;
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.box img {
  border: none;
}

.bigtitle {
  font: 16px Basiic;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  border-bottom: 1px solid #ccc;
  margin-top: 110px;
}

#navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
}

#navigation li a {
  display: block;
  padding: 2px 10px;
  font: italic 11px Basiic;
  text-transform: lowercase;
  background: #fff;
  color: #000;
  border: 1px solid #555;
  border-radius: 10px;
  transition: filter 0.3s ease;
}

#navigation li a:hover {
  filter: invert(1);
}

.logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  transition: filter 0.3s ease;
  filter: invert(0);
  cursor: default;
}

.logo:hover {
  filter: invert(100%);
}

.logo img {
  max-width: 105%;
}

.pill {
  display: inline;         
  flex: 0 0 auto;         
  align-self: center;
  background: #fff;               
  color: #000;                   
  white-space: nowrap; 
  font: 11px basiic;             
  letter-spacing: 1px;             
  padding: 1px 6px;               
  border-radius: 999px;            
  border: 1px solid #fff;         
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  display: block; 
}

#wishing-star {
  position: fixed;
  bottom: 100px;
  left: 1100px;
  z-index: 3;
}

#wishing-star img {
  width: 95%;
  height: fixed; 
}

#below-link {
  position: fixed;
  bottom: 25px;
  right: 0px;
  z-index: 20;
}

#below-link img {
  max-width: 150px;
  border: none;
  background: none;
  cursor: pointer;
}

#left .title img {
  filter: invert(1);
}

img.rounded {
  border-radius: 6px;
}


html, body {
cursor: url("https://xrystalwish.neocities.org/Main Pages/cursor.png"), auto;
  } 
  

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 230px);
  gap: 1rem;
  justify-content: center;
  box-sizing: border-box;
}

.duo-grid-container {
  display: flex;
  gap: 1rem;
  justify-content: center;
  box-sizing: border-box;
}

.single-grid-container {
  display: flex;
  gap: 1rem;
  justify-content: center;
  box-sizing: border-box;
}


.tile {
  width: 230px;
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  background: #000;
  padding: 4px 6px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

 .tile img {
  display: inline-block;
  vertical-align: middle;
}

.duo-tile {
  display: flex;
  flex-wrap: wrap;   
  justify-content: center;
  padding: 4px 6px;
  border: 1px solid #fff;
  border-radius:0 0 10px 10px;
  background: #000;
  width: 360px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.duo-tile img {
  display: inline-block;
  vertical-align: middle;
}

.side-tile {
  width: 230px;
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  background: #000;
  padding: 4px 6px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.microblog-tile {
  width: 230px;
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  background: #000;
  padding: 4px 6px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}


.side-tile img {
  display: inline-block;
  vertical-align: middle;
}

.single-tile {
  width: 720px;
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  background: #000;
  padding: 4px 6px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.duo-tile img {
  display: inline-block;
  vertical-align: middle;
}

.tile-wrapper {
  display: flex;       
  flex-direction: column;
}