 @font-face{
     font-family: 'basiic';
      src: url(https://tricotar.neocities.org/fonts/basiic.ttf);
    }

  @font-face{
     font-family: 'pixel';
      src: url(https://tricotar.neocities.org/fonts/pixel-cursive.otf);
    }

  @font-face{
     font-family: 'puf';
      src: url(https://tricotar.neocities.org/fonts/puf.otf);
    }

   #linkbjinho { color: #bca7a7; padding-bottom: 2px; border-bottom:1px dotted #D09BBB; }
   #linkzinho { padding-bottom: 2px; border-bottom:1px dotted #D09BBB; }
   #linkzinhoo { padding-bottom: 2px; border-bottom:1px dotted #D09BBB; }
   #aroma { color: #bca7a7; padding-bottom: 2px; border-bottom:1px dotted #D09BBB; }
   #linkzinhoinho { color: #D09BBB; }

  .tooltip{
   display: inline;
   position: relative;
  
  }

  #s-m-t-tooltip {
   max-width:300px; /*how big the tooltip can be at most*/
   border-radius: 0px; /*change your border radius*/
   padding:3px 4px 5px 4px; /*padding inside tooltip*/
   margin:10px 7px -2px 10px; /*distance from word*/
   background-color:#FEF8FC; /*background color*/ 
   border:1px dotted #AAAAAA; /*border info*/
   font-family:tahoma; /*tooltip font*/
   font-size:7px; /*tooltip font size*/
   letter-spacing:2px; /*tooltip letter spacing*/
   color:#848484; /*tooltip font color*/
   z-index:9999;
  
  }

  #base {
   position: absolute;
   left: 13%;
   top: 10%;
   overflow-y:hidden;
   overflow-x:hidden;
  
  }

  #menu1 {
   position: absolute;
   left: %;
   top: 28%;
   width: 130px;
   height: 250px;
   overflow-y:hidden;
   overflow-x:hidden;
   z-index: 2;
 
  }
  
  #menu1-2 {
   position: absolute;
   left: %;
   top: 70%;
   width: 130px;
   height: 250px;
   overflow-y:hidden;
   overflow-x:hidden;
   z-index: 2;
 
  }

  #menu2 {
   position: absolute;
   left: 23%;
   top: 0.3%;
   width: 560px;
   height: 35px;
   overflow-y:hidden;
   overflow-x:hidden;
   z-index: 4;
  
  }

  #menu3 {
   position: absolute;
   left: 85%;
   top: 47%;
   width: 130px;
   height: 250px;
   overflow-y:hidden;
   overflow-x:hidden;
   z-index: 2;
  
  }
  
  #menu5 {
   position: absolute;
   left: 84.5%;
   top: 71%;
   width: 130px;
   height: 250px;
   overflow-y:hidden;
   overflow-x:hidden;
   z-index: 2;
  
  }
  
  #stuff {
   position: absolute;
   left: 18.5%;
   top: 10.5%;
   width: 594px;
   height: 433px;
   overflow-x:hidden;
   z-index: 6;
  
  }

  #aaa {
   position: absolute;
   left: 46.5%;
   top: 96%;
   width: 100px;
   height: 100px;
   overflow-x:hidden;
   z-index: 3;
 
  }

  .bars {
   background-color: #FEF8FC;
   padding: 4px;
   width: 98%;
   border-top: 1px dotted #D09BBB;
   border-right: 1px dotted #D09BBB;
   border-left: 1px dotted #D09BBB;
   border-bottom: 1px dotted #D09BBB;
   font-family: basiic;
   font-size: 9pt;
   font-weight: 600;
   padding-bottom: 2px;
   margin-bottom: -10px;
  
  }
  
  #title-text {
   font-family: puf;
   font-size: 15px;
   color: #848484;

  }
  
  .zoom {
  transition: transform .2s; /* Animation */
 
  }

  .zoom:hover {
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari 3-8 */
  transform: scale(1.15); 
  
  }
  
  