body{
    color: rgb(250, 250, 250);
    background: rgb(0, 0, 0) ;
    margin: 0px;
    font-family: "BBH Sans Bartle", sans-serif;
}
  header{
   border-bottom: solid 2px white;
   padding: 20px;
   font-size: 32px;
   color:rgb(255, 255, 255)
}
 .chamada{
    background-color: rgb(40, 43, 46);
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
 }

 .chamada-texto{
   margin-right: 5%;
 }
 h1{
  font-size: 40px;
 }
 p{
  font-size: 20px;
 }
 img{
  height: 200px;
 }
 .categoria-videos{
  display: flex;
  overflow-x: auto;
  gap: 10px;
 }
.categoria{
  padding-left: 20px;
  padding-right: 20px;
}