body {
    color:PURPLE;
    background: YELLOW;
    margin: 0px;
    font-family: " Actions Bot", sans-serif;
    margin-bottom: 100px;
}

header {
    border-bottom: solid 2px rgb(42, 228, 98);
    padding: 22px;
    font-size: 30px;
    color: rgb(113, 42, 228);
}

    .chamada {
    background: rgb(213, 156, 180);
    padding-bottom: 70px;
    padding-top: 70px;
    display: flex;
    justify-content: center;
}

.chamada-texto {
    margin-right: 6%;
}

h1 {
    font-size: 30px;
}

 p {
font-size: 19px;
}

.categoria-videos {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

.categoria {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
}

.categoria-videos img {
    opacity: 0.7;
    height: 201px;
}
   
.categoria-videos img:hover {
    opacity: 2.0;
    border: 3px solid palegoldenrod;
}

.categoria h2 {
    color: greenyellow;
}