
/* musics */



.progress-bar {
  height: 8px;
  width: 230px;
  background-color: #ddd;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 5px;
}
  
.progress {
  height: 8px;
  background-color: #333;
  border-radius: 5px;
}

.tabcontent {
  display: none;
}

.tabcontent:target {
  display: block;
}

.tabcontent.active {
  display: block;
}

/* POKEMON */

.pokemon {
  text-align: center;
}

.pokemon img
{
width: 70px ;
}
.nome {
font-weight: bold;
margin-top: 10px;
font-size: 14px;
}