/* container */
.three-columns {
    display:flex;
    align-items:baseline;
     justify-content: center;
}

/* columns */
.three-columns > * {
    width:calc(100% / 3);
    margin:1ex;
    padding: 2ex;
}
#left-bar {
  background-color:#cc6600;
  width: 3in;
  color: #cc99ff;
  border-radius: 10px;
  }
  #middle-bar {
    background-color: #cc6600;
    text-align: center;
  color: #cc99ff;
  border-radius: 10px;
    }
    
    #right-bar {
      background-color: #cc6600;
      width:2in;
      color: #cc99ff;
      border-radius: 10px;
      }
      
      body {
     background-image: url('art-folder/soft wood.jpg');
  background-repeat: repeat; /* Tiles both ways */
  background-size: 7in 7in; /* Each tile is 50x50 pixels */
  background-position: center; /* Tiling starts from the center */
       
        font-family: 'Courier New', monospace;
        cursor: url("art-folder/Hey Listen Pixie.gif") 17 59, pointer;
        }
        a{
          cursor: url("art-folder/Hey Listen Pixie.gif") 17 59, pointer; /*this is anchoring all links/ 'a' tags for my custom gif cursor*/
          }
  #toplantern-img {
  background-image: url("art-folder/toplantern.gif");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 200px;
  position: fixed;
  width:100%;
   top:0;
   height: 200px;
   }
 #lonelantern {
   width:1in;
   } 
  #nintendo-img {
    width:2in;
    }
    #Kupo-img {
      width:3in;
      }
      #gameboy {
        width:1in;
        }
        #potionbottlegreen {
          width: 2in;
          }
 #hamham3-img {
   width:6in;
   }
#dandadan-img {
  width:5in;
  }
#witchy-img {
  width:6in;
  }  
  #poition bottle pink-img {
    width:5in;
    }
#moogle-img {
  width:1.5in
  }
  #moogle-img2 {
    width:2in;
    }
#pixiecat-img {
  width:5in;
  }
  #runningknight-img {
    width:5in;
    }
     #sadknight-img {
    width:5in;
    }
      #gale-img {
    width:5in;
    }
      #hobbithole-img {
    width:5in;
    }
#coffeeham-img {
  width:5in;
  }