.Blockindex{display: flex;
justify-content: center;
margin: auto;
margin-top: 7%;
max-width: 1600px;
width: 90%;
font-size: 20px; 
background-color: rgb(220, 220, 220);
padding: 1.3% 0.05%;
border-radius: 10px;}

.NBAll{width:70%;
min-width: 100px;
order: 1 ;
background-color: rgb(255, 255, 255);
padding: 1% ;
border-radius: 5px;
border: solid 1px rgb(190, 190, 190);
max-height: 3000px;
overflow-y: scroll;
;
}

.latnot{display: flex;
order: 2;
flex-direction: column;
width: 22%;
margin-left:1% ;
background-color: rgb(255, 255, 255);
height: fit-content;
border-radius: inherit;}

.Redes{padding: 3% ;
border: solid 1px rgb(190, 190, 190);
border-radius: inherit;
}

header{margin: 10% 0;}



