/*body {
    background-color: black;
    color: white; 
  }*/

  body {
    background-color: white;
    color: black; 
  }

.inicio {
    background-color: red;
    color: white;
  }

h1 {
  font-size: 50px; 
  font-family: "Dancing";
}

.nav-item {
  font-size: 23px; 
  font-family: "Dancing";
}

.nav-link {
  color: white;
}

.carousel-inner {
  width: px; 
  height: px;

}

.carousel-item img {
  width: 100%; 
  height: 200px; 

}

.carousel-control-prev {
  width: 10%; 
  height: 150%; 
}     

.carousel-control-next {
  width: 10%; 
  height: 150%; 

}   

.card-img-top {
  width: 70%; 
  height: 70%; 
}

.produtos{
    background-color: black;
    color:white; 
    text-align: center;
    font-family: " ";   
}

#produtos h3 {
    background-color:black;
    color:white;
    font-family: 'Pacifico', cursive;
    text-align: center;
}

#celulares-smartphones h4 {
  font-family: 'Pacifico', cursive;
  text-align: center;
   
}

#tablets h4 {
  font-family: 'Pacifico', cursive;
  text-align: center;
}

#notebooks h4 {
  font-family: 'Pacifico', cursive;
  text-align: center;
}


.rodape {
    background-color: #f2f2f2; 
    text-align: center;  
    font-size: 14px;   
    color: #888888;  
  }


 
