body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

header.logo-header {
    background-color: #333; /* Adjust color to match your header background */
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 30px; /* Adjust margin as needed */
    border-radius: 5px 5px 0 0; /* Optional: for rounded top corners */
}

.logo {
    max-height: 80px; /* Adjust the maximum height of your logo */
    margin-right: 20px;
}

.header-text h1 {
    margin-top: 0;
    font-size: 2em; /* Adjust size as needed */
}

.header-text p {
    font-size: 1.2em;
    color: #ddd; /* Adjust color as needed */
    margin-top: 0.5em;
}

h2 {
    color: #555;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

#installation pre {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto; /* For long code lines */
}

#links ul {
    list-style: none;
    padding: 0;
}

#links li {
    margin-bottom: 10px;
}

#links a {
    color: #007bff;
    text-decoration: none;
}

#links a:hover {
    text-decoration: underline;
}

.business-description {
    font-size: 1.2em; /* Adjust the size as needed */
    line-height: 1.7; /* Improve readability for larger text */
    margin-bottom: 15px; /* Add some space between paragraphs */
    color: #444; /* A slightly more prominent color */
    text-indent: 2em; /* Basic paragraph indentation */
}

footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #777;
    font-size: 0.9em;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}