.text-container img {
    max-width: 100%;
    height: auto;
    border:solid black 2px;
    border-radius:12px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #4b4b4b;
  border-radius: 8px;
  overflow: hidden;
  background-color: #00446b;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

table th,
table td {
  border: 1px solid #4b4b4b;
  padding: 8px;
}

table tr.odd,
table tr.even {
  background-color: #002941;
}

table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
