body {
    background-color: #9599a3;
    overflow-x: hidden; 
    overflow-y: auto;
}

.content-group {
    margin-top: 55px;
    margin-left: 55px;
    display: flex;
    width: auto;
    height: auto;
}

.left-side-bar {
    flex: 1;
    float: left;
    margin-top: 50px;
    background-color: rgb(192, 185, 185);
    width: 200px;
    height:0;
}
iframe{
    background-color: rgba(173, 152, 121, 0.78);
    
}
.left-side-bar button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 35px 35px;
    width: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 19px;
    margin-top: 65px;
    margin-left: 55px;
    border-radius: 12px;
}

.left-side-bar button:hover {
    background-color: rgba(245, 207, 155, 0.78);
    color: rgb(3, 1, 1);
}

.left-side-bar button.active {
    background-color: rgb(218, 219, 122);
    color: rgb(3, 1, 1);
}

hr{
    color: black;
    margin-top: 175px;
}

.flex-center {
    display: flex;
    justify-content: space-between;
}

.articles {
   
    width: 500vh;
    height: auto;
    max-height: 100vh;
    overflow-y: auto; 
}

section.cardBox {
    color: black;
    background-color: rgba(173, 152, 121, 0.78);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    text-align: center;
    margin-left: 180px;
    margin-top: 70px;
    padding: 0px 12px;
    height: 800px;
    width: 1250px;
    max-width: 1200px;
    max-height: 2090px;
    overflow-y: scroll;

}
.cardBox {
    background-color: #fce7d2;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 17px;
    width: 300px;
    height: 200px;
    max-width: 300px;
    max-height: 200px;
    text-align: center;
    flex-shrink: 1;
}
.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
        
}

.img, .img_1{
    width: 300px;
    align-items: center;
    padding: 12px;
    padding-right: 30px;
    border-radius: 50px;

}
.img, .img_1, p{
    display: inline-block;
    font-size: 20px;
}
.img_1{
    width: 350px;
    height: 350px;

}
.P{
margin-top: 20px;
}
.texto{
    margin-inline-end: 5%;
    text-align: justify;
    float: right;
}
h3{
    font-size: 30px;
    text-align: center;
}
.teste{
    height: 1050px;
    width: 1050px;
    background-color: rgb(85, 77, 68);
}
.teste, .teste_1{
    height: 590px;
  
    background-color: rgb(244 210 174);
    border-radius: 35px;
   
}
.teste_1{
    height: 720px;
    width: 1000px;
}