tablepress{
  width: 100%;
  border-collapse: collapse;
}

table tr *:nth-child(1){
  background: #eeeeee;
}

table tr *:nth-child(2){
  background: #eeeeee;
}

table tr *:nth-child(3){
  background: #eeeeee;
}

table tr *:nth-child(4){
  background: #eeeeee;
}

table th,table td{
  color:black;
  text-align: center;
  border:solid 2px white;
  padding: 10px 0;
}

.tablepress thead th,
.tablepress tbody td,
.tablepress tfoot th {
  text-align: center;
  border: 2px solid white;
  padding: 10px 0;
}

.itema {
 background: #FFF;
 color: #24130D;
 margin: 10px;
 padding: 20px;
 border:1px solid black;
}



a{
    display:block;
}

.instagram-media {
    position: static !important;
}

.wp-block-latest-posts__featured-image {
max-width: 500px;
}