/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/games/gam-4/gam372.cur), auto !important;} /* End https://www.cursors-4u.com */

body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    margin: 0;
    padding: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    box-sizing: border-box;
    min-width: 1000px;
    overflow-x: auto; 
    overflow-y: visible; 
    zoom: 1; 
    touch-action: manipulation;
   

}

a {
    color: #40ff49; 
}

.container {
  width: 100%;
    max-width: 1100px;
    display: flex;
    gap: 15px;
    margin: 25px 0;
}

nav {
    background-color: #000000;
    padding: 25px 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px #40ff49;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius:20px;
    justify-content: center;
      width: 100%;
    max-width: 1100px;
}


nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.nav-image {
  height: 70px;
  width: 200px;
  object-fit: contain; 
  margin-left: auto;
}

.nav-image2 {
  height: 70px;
  width: 100px;
  object-fit: contain; 
  margin-right:auto;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 12px;
    position: relative;
}

nav a:hover {
    text-decoration: underline;
}

.sidebar {
    width: 250px;
    background-color: #000000;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px #40ff49;
    min-height: 400px;
}

.main-content {
    background-color: #000000;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px #40ff49;
    min-height: 700px;
     width: 100%;
    max-width: 500px;
    
}

.sidebar-section {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #40ff49;
}

.sidebar-section h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: 1.1em;
}

.sidebar-section ul {
    padding-left: 20px;
}

.sidebar-section li {
    margin-bottom: 8px;
}

.main-content h1 {
    color: #ffffff;
    border-bottom: 2px solid #40ff49;
    padding-bottom: 8px;
    margin-top: 0;
}

.content-box {
    border: 1px solid #40ff49;
    padding: 15px;
    margin: 15px 0;
}

hr {
    border: 0;
    height: 1px;
    background: #40ff49;
    margin: 25px 0;
}

.site-wrapper {
    padding-bottom:60px;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; 
    display: block;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #00ff33;
    border-radius: 8px;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background: -moz-linear-gradient(top, #000000, #000000);
    background: linear-gradient(to bottom, #000000, #000000);
    -webkit-box-shadow: #0dff00 7px 1px 40px 0px;
    -moz-box-shadow: #0dff00 7px 1px 40px 0px;
    box-shadow: #0dff00 7px 1px 40px 0px;
    text-shadow: #00ff00 1px 1px 1px;
    font: normal normal bold 20px verdana;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.button:hover,
.button:active,
.button:focus {
    border: 1px solid #00ff3b;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 0 20px #0dff00, 0 0 30px #0dff00, 0 0 40px #0dff00;
    transform: scale(1.02);
}

.button:hover::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 50px;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(30deg);
    animation: shine 3s infinite;
}

.stats-container {
font-family: 'Courier New', monospace;
background: #111;
color: #0f0;
padding: 20px;
border-radius: 8px;
max-width: 300px;
margin: 10px;
border: 1px solid #333;
}
        
.stat-title {
font-size: 14px;
color: #ccc;
margin-bottom: 10px;
border-bottom: 1px dashed #333;
padding-bottom: 5px;
}
        
.stat-value {
font-size: 24px;
margin: 10px 0;
}
        
.sass-comment {
font-size: 12px;
color: #999;
font-style: italic;
margin-top: 5px;
}

.toggle-content {
    display: block !important;
    padding-left: 15px;
}

.sub-toggle-content {
    display: none;
    padding-left: 15px;
}

.toggle-button, .sub-toggle-button {
    display:block;
    cursor: pointer;
    user-select: none;
    padding: 5px 0;
    margin: 5px 0;
    position: relative;
}

.toggle-button::after, .sub-toggle-button::after {
    content: "▼";
    font-size: 0.8em;
    margin-left: 5px;
}

.toggle-button.active::after, .sub-toggle-button.active::after {
    content: "▲";
}

.sub-toggle-content {
    max-height: 160px;
    overflow-y: auto; 
    padding-right: 5px;
}

.blinkie-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0;
}

.blinkie-gallery img {
    min-width: 110px;
    max-width: 120px;
    height: auto;
    display: block; 
}

.sub-toggle-content::-webkit-scrollbar {
    width: 8px;
}

.sub-toggle-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.sub-toggle-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.sub-toggle-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

h1, h2, h3, h4, h5, h6, p{
    text-align:center;
    color:#40ff49;
}

#hehe{
width:120px;
height:100px;
display: block;
margin: auto;  
}

#hehe2{
width:320px;
height:150px;
display: block;
margin: auto;  
}

#hehe3{
width:230px;
height:340px;
}

#hehe4{
width:220px;
height:180px;
display: block;
margin: auto; 
}


.blog-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
}

.blog-scroll {
  max-height: 550px; 
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #000000;
}

.blog-scroll::-webkit-scrollbar {
  width: 8px;
}

.blog-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.blog-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.blog-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.blog-post {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.blog-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-date {
  color: #40ff49;
  font-size: 0.9em;
  margin-bottom: 5px;
}

.blog-post h4 {
  color: #40ff49;
  margin: 5px 0 10px 0;
  font-size: 1.3em;
}

.blog-post p {
  color: #40ff49;
  line-height: 1.5;
  margin: 8px 0;
}

.counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
        