body{
color:rgb(0, 0, 0);
background: aqua;
margin: 0px;
font-family: "Signika Negative", sans-serif;
}

header {
border-bottom: solid 2px rgb(247, 248, 248);
padding: 20px;
font-size: 32px;
color: blue (42, 122, 228);
}

.chamada{
background : rgb(81, 255, 0);
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-vidos{
  display:flex;
  overflow-x:auto;
  gap: 10px;
}

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