html, body {
    cursor: url('pix495.gif'), auto;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    background-color: rgb(149, 182, 102);
    color: rgb(99, 45, 45); 
    background-image: url('wallpapers/lavandas.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a:hover,
button:hover,
[onclick]:hover,
img:hover {
    cursor: url('cat-cursor.gif'), pointer;
}

.clicker:hover {
    cursor: url('cat-cursor.gif'), pointer;
}

.clicker {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 120px;
    height: auto;
    z-index: 3000;
    transition: transform 0.35s ease;
    pointer-events: auto;
}

.clicker:hover {
  transform: translateX(-4px) rotate(-2deg);
  cursor: pointer;
}

@media (max-width: 768px) {
    .clicker {
        display: none;
    }
}

.scale-outer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
}

.scale-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    transform: none;
    position: relative;
    min-height: 100vh;
}

.gif-decorations {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2000;
  display: block;
}

.gif-decorations img {
  pointer-events: auto;
  position: absolute;
}

.corner-deer {
  position: fixed;
    margin-top: 270px;
    margin-left: 780px;
    margin-bottom:0px;
    margin-right:0px;
    height: 55%;
    z-index: 1000;
}

@media (max-width: 768px) {
    .gif-decorations {
        display: none;
    }
}

.lined-paper {
    background-image: url("lined-paper.jpg");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
    width: 100%;
    max-width: 600px;
    height: auto;
    min-height: 100vh;
    margin: 20px auto;
    padding: 20px 50px 60px 60px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow-y: auto;
}

.blog-entry {
    max-width: 600px;
    margin: 0 auto;
    color: rgb(99, 45, 45)
}

.mean-girls {
    width: 300px;
    height: auto;
    display: block;   
    margin: 10px auto; 
}

.baby-container {
    text-align: center; 
    margin: 20px 0;  
    display: block;
}

.baby {
    max-width: 250px; 
    width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.mycelium {
  width: 30%;     
  max-width: 500px;
  height: auto;    
  display: block; 
  margin: auto; 
}

.rocky-horror{
    width: 80%;
    max-width: 500px;
    height: auto;
    display: block; 
    margin: auto;
}


.mushroom-grid {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  overflow-x: auto;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.mushroom-grid img {
  flex: 0 0 auto;
  width: auto;
  height: 300px;
  object-fit: cover;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.mushroom-grid img:hover {
  transform: scale(1.05);
  cursor: pointer;
}


.cat-aquarium {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  height: auto;
}

.spores-fan {
  height: auto;  
  width: 250px;     
  display: block;      
  margin: 0 auto;
}

.short-hair-baby-me {
  height: auto;  
  width: 250px;     
  display: block;      
  margin: 0 auto;
}

.bog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.bog-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 200px;
  transition: transform 0.3s ease;
}

.bog-grid img:hover {
  transform: scale(1.05);
  cursor: pointer;  
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.selfie-scarf {
  height: auto;  
  width: 350px;     
  display: block;      
  margin: 0 auto;
}

.olivia-puppy {
  height: auto;  
  width: 350px;     
  display: block;      
  margin: 0 auto;
}

.smosh {
  height: auto;  
  width: 250px;     
  display: block;      
  margin: 0 auto;
}

.santa-2008 {
  height: auto;  
  width: 250px;     
  display: block;      
  margin: 0 auto;
}

.punk-kitty {
  height: auto;  
  width: 300px;     
  display: block;      
  margin: 0 auto;
}

.fisheye-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.fisheye-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 300px;
  transition: transform 0.3s ease;
}

.fisheye-grid img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.foggy-park-grid {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  overflow-x: auto;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.foggy-park-grid img {
  flex: 0 0 auto;
  width: auto;
  height: 300px;
  object-fit: cover;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.foggy-park-grid img:hover {
  transform: scale(1.05);
  cursor: pointer;
}


.room-grid {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  overflow-x: auto;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.room-grid img {
  flex: 0 0 auto;
  width: auto;
  height: 300px;
  object-fit: cover;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.room-grid img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.this-weekend-grid {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  overflow-x: auto;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.this-weekend-grid img {
  flex: 0 0 auto;
  width: auto;
  height: 300px;
  object-fit: cover;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.this-weekend-grid img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.club-penguin-dance {
  height: auto;  
  width: 100px;     
  display: block;      
  margin: 0 auto;
}

.sociological-imagination {
  height: auto;  
  width: 170px;     
  display: block;      
  margin: 0;
}

.tor-buttons {
  height: auto;  
  width: 300px;     
  display: block;      
  margin: 0 auto;
}

.tofino-grid {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  overflow-x: auto;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.tofino-grid img {
  flex: 0 0 auto;
  width: auto;
  height: 300px;
  object-fit: cover;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.tofino-grid img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.snake-gif {
  height: auto;  
  width: 180px;     
  display: block;      
  margin: 0 auto;
}