html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    background-color: rgb(149, 182, 102);
    color: rgb(99, 45, 45); 
    background-image: url('clover-background.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.clicker {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 120px;
    height: auto;
    z-index: 1000;
    transform: rotate(-30deg);
}

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

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

.red-mush1 {
    height: auto;  
  width: 300px;     
  display: block;      
  margin: 0 auto;
}

.red-mush2 {
    height: auto;  
  width: 300px;     
  display: block;      
  margin: 0 auto;
}

.red-mush3 {
    height: auto;  
  width: 300px;     
  display: block;      
  margin: 0 auto;
}

.red-mush4 {
    height: auto;  
  width: 300px;     
  display: block;      
  margin: 0 auto;
}

.red-mush5 {
    height: auto;  
  width: 300px;     
  display: block;      
  margin: 0 auto;
}

.red-mush6 {
    height: auto;  
  width: 300px;     
  display: block;      
  margin: 0 auto;
}

.spores-fan {
  height: auto;  
  width: 250px;     
  display: block;      
  margin: 0 auto;
}

.corner-deer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 400px;
    height: auto;
    z-index: 1000;
}

.shroom {
    position: absolute;
    bottom: 230px;
    left: 10px;
    width: 350px;
    height: auto;
    z-index: 999;
}