body {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff;
}

.container {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

a {
    text-decoration: none;
    color: #337ab7;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

h1 {
    text-align: center;
}

h2 {
    color: #333;
}

small {
    font-size: 65%;
    font-weight: 400;
    color: #777;
}

code {
    color: #337AB7;
    padding: 2px 2px;
    background-color: #f9f2f4;
    border-radius: 4px;
}

p {
    line-height: 140%;
}

.image-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
}

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

.image-table figure {
    margin: 0;
    display: inline-block;
    text-align: center;
}

.image-table img {
    width: 100%;
    /* Adjust size as needed */
    height: auto;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image-table img:hover {
    transform: scale(1.1);
    /* Slight zoom on hover */
}

.image-table figcaption {
    margin-top: 0.5em;
    font-size: 0.9em;
}
