/* be easy on me, i'm learning to code
                           ╱|、
                          (˚ˎ 。7  
                           |、˜〵          
                          じしˍ,)ノ */
/*
also, as a side note, this is a bilingual mess, so some things are on english, others on spanish, like my brain lol
 */

/* esto de acá es tipo global settings para todo el website */

body {
    color: #ffd6a3;
    margin: 20px;
    padding: 0;
  }
  
  header {
    color: #fff;
    text-align: center;
  }
  
  /* acá terminan los global settings y todo es para funciones espeficas (nota para alyn: pon todo los global settings en global.css porfa) */
  
  /* index.html */
  
  .enterContainer{
      height: 500px; width: 600px;
  }
  
  .enterBox{
      height: 400px; width: 600px;
      padding: 10px;
      background-color: black;
      border: 5px solid white;
  }
  
  .enterImg{
      height: 400px;
      margin-right: 10px;
      float: left;
  }
  
  .enterButtons{
      height:175px; width: 330px;
      float: right;
  }
  
  /* index.html ends */
  
  
  /*¡¡TODO ACÁ ES PARA HOME.HTML!!*/
  
  /* this is for the buttons on the sidebar*/
  .sidebar img {
    transition: transform 0.3s;  
  }
  
  .sidebar:hover{
   transform: scale(1.1); 
   filter: drop-shadow( 0px 0px 10px rgba(240, 202, 62, 0.5)) brightness(130%);
  }
  
  /* contenedor de todo lol */
  
  .containerHome {
      display: flex;
      flex-direction:column;
      justify-content: center;
      align-items: center;
  }
  
  .containerHomeBG{
      display: flex;
      width: 1200px; height: 630px;
      justify-content: center;
      align-items: flex-start;
      border: 2px white solid;
  }
  
  /* cuadro principal en home.html */
  
  
  .headerHome{
      display: flex;
      justify-content: center;
      width: 1185px; height:50px;
      padding:1px;
      box-sizing: border-box;
      margin: 3px;
      margin-top: 6px;
      color: white;
  }
  
  /* Neigbours */
  
  .NeighboursBox{
      width: 340px; height: 280px;
      margin: 3px;
      margin-right: 6px;
      justify-content: flex-top;
      text-align: center;
      border: 2px solid #f5f3fa;
      background-color: black;
      box-sizing: border-box;
  }
  
  /* music player starts */
  
  .musicPlayerBox{
      width: 340px; height: 100px;
      padding:10px;
      margin: 3px;
      margin-right: 6px;
      text-align: center;
      border: 2px solid #f5f3fa;
      justify-content: flex-top;
      border: 2px solid #f5f3fa;
      margin: 3px;
      box-sizing: border-box;
      font-size: 11px; 
  }
  
  .musicPlayerBox img{
      margin-right: 5px;
      height: 70px;
      float: left;
  }
  
  /* self-insert webring */
  
  .selfinsertBox{
      width: 340px; height:172px;
      margin: 3px;
      margin-right: 6px;
      box-sizing: border-box;
  }
  
  /* featured art */
  
  .featuredArt{
      margin:3px;
      height:560px; width: 560px;
      text-align:center;
      box-sizing: border-box;
  }
  
  .bottomContainer{
      display: flex;
      justify-content: flex-start;
      width: 100%;
  }
  
  .bottomRightContainer{
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  /* imood  */
  
  .imoodBox {
      background-color: black;
      padding: 10px;
      height: 150px; width: 270px;
      justify-content: flex-top;
      border: 2px solid #f5f3fa;
      margin: 3px;
      margin-left: 6px;
      box-sizing: border-box;
      font-size: 11px; 
  }
  
  .imoodBoxImg{
      margin-right: 5px;
      height: 70px;
      float: left;
      border: 2px white solid;
  }
  
  /* log  */
  
  .updateBox{
      padding:0px;
      margin: 3px;
      margin-left: 6px;
      width: 270px; height: 265px;
      border: 2px solid #f5f3fa;
      background-color: black;
      box-sizing: border-box;
      justify-content: center;
      text-align: center;
  }
  
  /* buttonBox  */
  
  .buttonBox{
      width: 270px; height: 130px;
      margin: 3px;
      margin-left: 6px;
      box-sizing: border-box;
      justify-content: center;
      text-align: center;
  }
  
  
  /*here is where the about_me.html STARTS*/
  
  .containerAboutMe {
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: column;
      margin: 20px;
  }
  
  .aboutmeBox{
      width: 800px; height: 400px;
      padding: 20px;
      margin: 10px;
      color: #f5f3fa;
      border: 4px solid #f5f3fa;
      background-color: #9c9c9c;
      box-shadow: 0px 0px 100px rgba(245, 243, 250, 0.3);
  }
  
  .likesBox{
      width: 500px; height: 100px;
      padding: 10px;
      margin: 10px;
  }
  
  .aboutmeImg{
      width: 200px; height: 200px;
      border: #f5f3fa 4px solid;
      margin-right: 25px;
      float: left;
  }
  
  /* this is for the buttons on the likesBox */
  
  .likesBoxIndividual:hover{
   transform: scale(1.1); 
   filter: drop-shadow( 0px 0px 10px rgba(240, 202, 62, 0.5)) brightness(130%);
  }
  
  .likesBoxIndividual img {
    transition: transform 0.3s;  
  }
  
  /*here is where the about_me.html ENDS*/
  
  /* HERE is where the PORRTFOLIO.html STARTS*/
  
  .containerPortfolio{
      justify-content: center;
      align-items: center;
      display: flex;
      margin: 10px;
  }
  
  .portfolioBox{
      width: 800px; height: 600px;
      padding: 20px; margin: 10px;
      border: 6px solid #72bcd5;
      border-radius: 10px;
      background-color: #0b2247;
      box-shadow: 0px 0px 100px rgba(245, 243, 250, 0.3);
  }
  
  .portfolioSidebar{
      width: 105px; height: 600px;
      overflow-y: auto;
      padding: 20px; margin: 10px;
      border: 6px solid #72bcd5;
      border-radius: 10px;
      background-color: #0b2247;
      box-shadow: 0px 0px 100px rgba(245, 243, 250, 0.3);
      justify-content: center;
  }
  
  .portfolioIcons{
      display: block;
      margin-bottom: 10px;
      border: 3px solid #f5f3fa;
      border-radius: 10px;
      transition: transform 0.3s; 
  }
  
  .portfolioIcons:hover{
      transform: scale(1.1); 
      filter: drop-shadow( 0px 0px 10px rgba(240, 202, 62, 0.5)) brightness(130%);
  }
  
  /* HERE is where the PORRTFOLIO.html ENDS*/

  /* esp32 data carro*/

.containerEsp32Data{
    justify-content: center;
    align-content: center;
    display: flex;
    margin: 20px;
    flex-direction: column;
}

.esp32Box{
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 120px;
    width: 500px;
}
  
  