body {
    background-color: gainsboro;
}

.img2{
    float: left;
    width: 450px;
    border-radius: 3px;
    
}
.content-group {
    margin-top: 50px;
    display: flex;
    width: auto;
    height: auto;
}

.left-side-bar {
    margin-top: 60px;
    background-color: white;
    width: 250px;
    height: 250px;
    left: 20px;
    position: absolute;
    border-radius: 8px;
}

.left-side-bar button {
   
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

.filmes {
    margin-top: px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    
}

.left-side-bar button:hover {
    background-color: rgb(194, 194, 194);
    color: rgb(3, 1, 1);
}

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

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

.articles {
    margin: 50px 40px 0px 0px;
    width: auto;
    height: auto;
}

.cardBox2 {
    color: black;
    background-color: white; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-left: 50px;
    padding: 0px 12px;
    height: 850px;
    width: 1304;
    left: 239px;
    right: 100px;
    position:relative;
    overflow-y:scroll ;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.edp{
    font-size: 20px;
    margin-left: 5%;
    margin-right: 9%;
    text-align:justify;
    padding-bottom: 35px;
}

h1{
    padding-top: 3%;
}

.aling-art2{
    margin: 10px;
    padding: 10px;
}

.h1art{
    text-align:center ;
    padding-top: 10px;
}

.txt2{
    font-size: 30px;
}

.p{
    font-size: 25px;
}

.mec {
    width: 600px;
    height: 400px;
    text-align:right; 
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
    border-radius: 25px;
    float: right;
}

.cardartigo3 {
    color: black;
    background-color: white; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-left: 50px;
    padding: 0px 12px;
    height: 850px;
    width: 700px;
    left: 239px;
    right: 100px;
    position:relative;
    overflow-y:scroll ;
}

.mecytb {
    width: 500px;
    height: 300px;
    text-align:right; 
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
    border-radius: 25px;
    padding-top: 100px;
}