#viewport {
  min-height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* SCALE DOWN ON SMALL SCREENS */
@media (max-width: 1200px) {
  #everything {
    transform: scale(0.95);
  }
}

@media (max-width: 900px) {
  #everything {
    transform: scale(0.85);
  }
}

@media (max-width: 600px) {
  #everything {
    transform: scale(0.75);
  }
}

@media (min-width: 1600px) {
  #everything {
    transform: scale(1.1);
  }
}

@media (min-width: 2200px) {
  #everything {
    transform: scale(1.25);
  }
}

@media (min-width: 3000px) {
  #everything {
    transform: scale(1.5);
  }
}

 @font-face{
     font-family: 'basiic';
      src: url(https://cochilos.neocities.org/fonts/basiic.ttf);
    }

  @font-face{
     font-family: 'pixel';
      src: url(https://cochilos.neocities.org/fonts/pixel-cursive.otf);
    }

  @font-face{
     font-family: 'puf';
      src: url(https://cochilos.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;
   top: 46.5%;
   left: 50%;
   transform: translate(-50%, -50%);
   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;
  }
  
  .bars span {
   font-family: verdana;
   font-size: 9pt;
  }
  
  #title-text {
   font-family: puf;
   font-size: 15px;
   color: #848484;

  }
  
  textarea {
    border: 1px solid lightgray;
    color: #000;
    height: 30px;
    width: 130px;
    background: #fff;
    margin: 0 auto;
    margin-top: 6px;
    font-family: monospace;
    font-size: 11px;
}

  
  .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); 
  
  }
  
  #fluffy{
  font-family: verdana;
  font-size: 10px;
  color: #848484;
  line-height: 13px;
  }
  
  