* {
    font-family: monospace;
    color: #CCF5AC;
    margin: 0;
    padding: 0;
}

body {
    background-color: #394032;
    padding: 20px;
    line-height: 1.6;
}

h1, h2, h3 {
    color: #7D4E57;
    margin-bottom: 10px;
}

img {
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

p {
    margin-bottom: 20px;
    max-width: 600px;
    font-size: 15px;
}

/* SmallTalk span */
#smallTalk {
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
    color: #CCF5AC;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

th, td {
    border: 1px solid #7D4E57;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #7D4E57;
    color: #CCF5AC;
}