.style2 {
    width: 195px;
    padding: 3px;
    border-radius: 10px;
}

a.borda-interna,
a.borda-interna img {
    overflow: hidden;
    border-radius: 10px;
}

a.borda-interna:hover {
    border: 4px solid #16242D;
    -webkit-box-shadow: 0px 0px 10px 1px #000;
    -moz-box-shadow: 0px 0px 10px 1px #000;
    box-shadow: 0px 0px 10px 1px #000;
    border-radius: 10px;
    text-align: center;
}

a.borda-interna:hover img {
    margin: -04px;
    text-align: center;
}

.style12 {
    height: 231px;
}

.style13 {
    text-align: center;
}

.image-container {
    display: flex; 
    justify-content: center;
    height: 75vh; 
    margin-right: 250px; 
}

table.image-table {
    width: 90%;
}

table.image-table td {
    text-align: center;
}
