@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body{
    color:#c7300a;
    background-color:#be9524;
    margin: 0px;
    margin-bottom: 100px;
    font-family: "roboto mono", monospace;
}



header{
    border-bottom: solid 2px #c49f51
    margin: 20px;
    font-size: 32px;
    color: black; 
}

section{
padding-bottom: 80px;
padding-top: 80px;
background:#141413
display: flex;
justify-content: center;
}

h1{
    color:rgb(34, 33, 32);
    font-size: 40px;
}

p{
    font-size: 20px;
}
.categoria{

padding-left: 20px;
padding-right: 20px;

}

.categoria-videos {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

img{

    height: 200px;
}

.categoria-videos img{

    opacity: 0.5;
    height: 200px;
}

.categoria-videos img:hover{

opacity:1.0;
border: 3px solid #c6a974;

}

.categoria h2{
color: #a58e63;

}


.chamada-texto{
    margin-right: 1%;
    text-align: center;
    padding: 20px;
    background-color: #0c0c0c;
    color: #c6a974;
}








