body {
    margin: auto;
    font-family: "Trebuchet MS", Arial;
    color: #1f2937;
    background-color: lightblue;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url("images/corndog3.jpg");
}

h1 {
    margin-top: 0;
    color: #0f3d2e;
    letter-spacing: 0.5px;
}

h2 {
    color: #155e75;
    margin-bottom: 14px;
}

p {
    line-height: 1.6;
}

img {
    width: 100%;
    max-width: 360px;
    height: auto;
    border: 3px solid #0f3d2e;
    padding: 8px;
    border-radius: 12px;
    background: #ffffff;
    margin: 8px 10px 10px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 14px;
}

th {
    border: 2px solid #0f3d2e;
    padding: 10px;
    text-align: left;
}

td {
    border: 2px solid #0f3d2e;
    padding: 10px;
    text-align: left;
}

th {
    background: #0f3d2e;
    color: white;
}

#content {
    max-width: 900px;
    margin: 40px auto;
    padding: 22px;
    background: rgba(255, 255, 255);
    border: 3px solid #0f3d2e;
    border-radius: 16px;
}

#imageRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
}