.image-container-small {
    position: relative;
    display: flex;
}
.image-container-small img{
    padding: 2px;
    width:200px;
    height:200px;
}
.text {
    margin-left: 25px;
    margin-top: 10px;
}

.image-container-large {
    position: relative;
    display: flex;
}
.image-container-large img{
    padding: 1px;
    width:280px;
    height:280px;
}
.text {
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.table {
    text-align: left;
    font-size: 14px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border: 1px solid black;
    width: 100%;
}

.custom-footer-link {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }

footer .custom-footer-link a,
footer .custom-footer-link a:link,
footer .custom-footer-link a:visited,
footer .custom-footer-link a:hover,
footer .custom-footer-link a:active {
  border-bottom: none;   /* Add this line */
  text-decoration: none;
  font-size: 15px; /* Adjust as needed */
  color: inherit; /* Or specify a color */
  display: inline-block;
}