

body {
  background: #f7d5f7 url("https://katbots.neocities.org/Backgrounds/wp10425519.png"); /*Replace with your own background*/
  background-size: cover;
  background-attachment: fixed;
  background-position:center;
  font-family: "VT-100", fixedsys, System, monospace;
  font-size: 13px;
  min-height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  flex-direction: column;
  
}

.landing {
  margin-top: 5px;
  margin-left: 300px;
  width: 455px;
  min-height: 140px;
  margin-bottom: 25px;
  background: #d5f7f7;
  border-radius: 5px;
  border: 1px solid #7ac1ae;
  box-shadow: 2px 2px #325558;
  display: flex;
  align-items: normal;
  font-size: 13px;
  font-family: "VT-100", fixedsys, System, monospace;
  box-sizing: border-box;
  padding: 0;
}


.sidebar-vertical {
  position: fixed;
  top: 180px;
  left: 50px;
  z-index: 100;
  width: 20px;
  height: 350px;
  display: flex;
  align-items: flex-start;
  
}

.vertical-box {
  width: 300px;
  height: 370px;
  background: #d5f7f7;
  border-radius: 5px;
  border: 1px solid #7ac1ae;
  box-shadow: 2px 2px #325558;
  font-family: "Silkscreen", sans-serif;
  font-size: 13px;
  box-sizing: border-box;
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.vertical-box ul {
  padding-left: 24px; /* Increase this value for more space */
  
}


.types-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  padding: 10px 10px;
  
}

.types-grid img {
  width: 20px;   /* or your preferred size */
  height: 20px;
  object-fit: cover;
  position: top;
  display: block;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sidebar-vertical {
    display: none;
  }
}

.box {
  margin-top: 5px;
  margin-left: 400px;
  width: 455px;
  min-height: 140px;
  margin-bottom: 25px;
  background: #d5f7f7;
  border-radius: 5px;
  border: 1px solid #7ac1ae;
  box-shadow: 2px 2px #325558;
  display: flex;
  align-items: normal;
  font-size: 13px;
  font-family: "VT-100", fixedsys, System, monospace;
  box-sizing: border-box;
  padding: 0;
}
        
.box > div, .box-content {
  padding: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: normal;
  box-sizing: border-box;
}

/* Center the container, but allow boxes to offset left/right of center */
.container {
  align-items: center;
  margin-top: 30px;
}

.box-left {
  margin-left: 80px;
}

.box-right {
  margin-left: 480px;
  flex-direction: row-reverse;
}

.box-img {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  border: 1px solid #7ac1ae;
  box-shadow: 2px 2px #325558;
  background: #b6f0ff url(https://katbots.neocities.org/pokeshrine/Box_Forest_BDSP.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  flex-shrink: 0;
  margin: auto 0;
  margin-left: 10px;
  margin-right: 10px;
}



.box-left .box-img {
  margin-left: 20px;
  margin-right: 10px;
}

.box-right .box-img {
  margin-right: 20px;
  margin-left: 10px;
}


ul.poke-bullets {
  list-style: none;
  padding-left: 6px; /* adjust as needed */
}
ul.poke-bullets li {
  background: url('https://katbots.neocities.org/pokeshrine/loveball.png') no-repeat left center;
  background-size: 18px 18px; /* adjust size */
  padding-left: 28px; /* space for the image */
  min-height: 20px;   /* ensures enough height for the image */
}

h2 {
  margin-bottom: 0; 
  font-family: "Silkscreen", sans-serif;
}



.mark-corner {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 2;
  transform: rotate(18deg);
}

.type1-corner {
  position: absolute;
  top: 18px;
  right: 130px;
  width: 25px;
  height: 25px;
  z-index: 2;
}

.type2-corner {
  position: absolute;
  top: 18px;
  right: 100px;
  width: 25px;
  height: 25px;
  z-index: 2;
}

.nicknameleft {
  position: absolute;
  top: -20px;
  right: 335px;
  max-width: 100px;
  max-height: 40px;
  z-index: 2;
  transform: rotate(-4deg);
}



.oregano-regular {
  font-family: "Oregano", cursive;
  font-weight: 400;
  font-style: normal;
}

.nickname {
  position: absolute;
  font-family: "Oregano", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6em; /* adjust as needed */
  color: #7EBF38;
  padding: 4px 4px; /* optional, for spacing */
  border-radius: 6px; /* optional, for rounded corners */
  z-index: 2;
  letter-spacing: 0.02em; /* optional, for spacing between letters */
  pointer-events: none; /* optional, so it doesn't block clicks */
  white-space:nowrap;
  text-shadow:
    -1.5px -1.5px 0 #fff,
    1.5px -1.5px 0 #fff,
    -1px 1px 1.5px #fff,
    -1px -1px 1.5px #fff;
  rotate: 2deg; /* optional, for a slight tilt */
}


.nicknameright {
  position: absolute;
  top: -25px;
  right: -135px;
  
}

.nicknameleft {
  position: absolute;
  top: -20px;
  right: 335px;
  
}

.nickname span {
  display: inline-block;
  /* Animate or statically offset each letter for a wavy effect */
  position: relative;
}

/* Example: static wavy effect for up to 10 letters */
.nickname span:nth-child(1) { top: 0.03em; left: 0.02em; rotate: -4deg;}
.nickname span:nth-child(2) { top: -0.04em; left: 0.01em;  }
.nickname span:nth-child(3) { top: 0.02em; left: 0.01em; rotate: -2deg;}
.nickname span:nth-child(4) { top: -0.03em; left: 0.02em; }
.nickname span:nth-child(5) { top: 0.03em; left: -0.02em; rotate: -2deg;}
.nickname span:nth-child(6) { top: -0.0em; left: 0.01em; }
.nickname span:nth-child(7) { top: 0.03em; left: 0.00em; rotate: -2deg;}
.nickname span:nth-child(8) { top: -0.03em; left: 0.02em; }
.nickname span:nth-child(9) { top: 0.03em; left: -0.01em; rotate: -2deg;}
.nickname span:nth-child(10) { top: -0.03em; left: 0.01em; }

.shrineheading {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  height: 45px;
  width: 320px;
  background: #f7fafb;
  color: #222;
  border: none;
  border-radius: 30px;
  padding: 5px 5px;
  box-shadow: 2px 2px 0 #8d8e8c;
  font-family: "Silkscreen", sans-serif;
  font-size: 2em;
  z-index: 1001;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.side-button-container {
  position: fixed;
  left: 120px;
  top: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  z-index: 1000;
  /* Always visible on the left side */
}

.side-rect-btn {
  width: 170px;
  height: 45px;
  background: #f7fafb;
  color: #222;
  border: none;
  border-radius: 25px;
  padding: 0.7em 2.2em;
  font-size: 1.2em;
  font-family: "Silkscreen", sans-serif;
  box-shadow: 2px 2px 0 #8d8e8c;
  cursor: pointer;
  transition: background 0.2s;
  margin: 0;
}

.side-rect-btn:hover {
  background: #dc834f;
}

/* Dropdown menu for expanding button */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 120px;
  background: #f7fafb;
  box-shadow: 2px 2px 0 #8d8e8c;
  border-radius: 10px;
  z-index: 2000;
  flex-direction: column;
}

.dropdown-content a {
  color: #222;
  padding: 2px 2px;
  text-decoration: none;
  display: block;
  font-family: "Silkscreen", sans-serif;
}

.dropdown:hover .dropdown-content {
  display: flex;
}