body{
    background: black;
    color: red;
}
header { 
    border-bottom: solid 2px rgb(151, 22, 22);
    padding: 20px;
    font-size: 32px;
    color: white;
}
section{
    background: rgb(226, 59, 78);
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
}

.chamada-texto {
    margin-right: 5%;
}
    img {
  height: 200px;
}
}
.categoria-videos {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

.categoria {
    padding-left: 20px;
    padding-right: 20px;
}