.wrapper {
    margin-top: 25px;
    text-align: center;
    color: #000099;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
}

div.tablecontainer {
    overflow-x: auto;
    margin-top: 25px;
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

table,
th,
td {
    border: 2px solid #999;
}

th {
    color: #000099;
    padding: 4px;
}

.img-subacquea {
    margin-top: 5px;
    border: 2px solid #000;
}

.img-subacquea:hover {
    transform: scale(1.15);
    transition: transform 0.5s ease;
}