body{
    color: rgb(153, 6, 153);
    background: rgb(1, 1, 36);
    margin:0px ;
}
header{
    border-bottom: solid 2px red ;
    padding: 20px;
    font-size: 32px;
    color: brown;
}
section{
    background: blueviolet;
    padding-top: 88px;
    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;
}