/* Table.css - Styles for the news table and div */

div.noticias{
    display: flex;
    flex-direction: row;
    align-items: center;
 /*   justify-content: center; */
    margin: 5px;
    padding: 2%;
    width: 80%;
    border-color: black;
    border-style: groove;
}

div.noticias:hover{
 zoom: 110%;
}

div.whats{
    display: flex; 
    justify-content: space-evenly;
}

div.whatsmb{
    display: flex; 
    flex-wrap: nowrap; 
    align-items: baseline;
}

div.round{
    border-color: black;
    border: groove;
    margin: 5px;
    padding: 2%;
    width: 80%;
}

div.roundmb{
    border-color: black;
    border: groove;
    margin: 2px;
    padding: 2%;
    width: 50%;
}