#logo-container img {
   width: 100%;
   height: auto;
}

table {

 border-collapse: collapse;
 width: 100%;
 
}

th, td {
 border: 2px solid black;
 text-align: left;
 width:30%;  /*30% width for 5 td elements*/

}

th {
    background-color: darkbrown;
    color: white;
}
tr:nth-child(even) {
    background-color: #FFDD99; /*darkgrey per alternare si puņ usare white olive*/
}

tr:hover {background-color:#49ff49;} /*con mouse over cambia il background color*/

.newspaper1 {
  columns: 100px 3;
  column-gap: 40px;
  column-rule: 4px double #000000;
}

