/* Bistre Theme - Light */

body {
    background-color: #f6f1e6; /* ntp_background */
    color: #352208; /* ntp_text */
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #EEE5D2; /* frame */
    padding: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #5F422E; /* toolbar_bottom_separator */
}

/* New logo styles */
.logo {
    display: block; /* Allows margin auto to work */
    margin: 0 auto 1rem; /* Centers the logo horizontally and adds space below */
    max-width: 150px; /* Adjust as needed */
    height: auto; /* Maintains aspect ratio */
}

h1, h2 {
    color: #4F451D; /* toolbar_text */
}

main {
    padding: 2rem;
}

.about, .features {
    margin-bottom: 2rem;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    background-color: #EEE5D2; /* toolbar_field */
    border-left: 5px solid #A67C52; /* tab_line */
    padding: 1rem;
    margin-bottom: 0.5rem;
}

footer {
    background-color: #EEE5D2; /* frame */
    color: #4F451D; /* toolbar_text */
    text-align: center;
    padding: 1.5rem;
    border-top: 1px solid #5F422E; /* toolbar_bottom_separator */
    /* Removed absolute positioning for better flow on different screen sizes */
}

.address {
    font-size: 0.8rem;
    color: #5F422E; /* icons */
}