body {
        background-color: #d6d6d4;
        font-family: 'Times New Roman', Times, serif;
        color: white;
        padding: 20px;
        max-width: 90%; /* Limit max width of the content */
        margin: 0 auto; /* Center the content */
    }

    header {
        text-align: center;
    }

    img {
        max-width: 100%;
        height: auto;
    }