#fw-section-custom-html-90e7a9cc-0a50-49db-95c3-eefefc9c39ed {
/* General Styles */
body {
    background-color: #cfc5ae;
    font-family: open sans, open sans;
    color: #875c3a;
    text-align: center;
    padding: 20px;
    margin: 0;
}

/* Box Container */
.container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #cfc5ae;
    border: 2px solid #875c3a;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Header Styling */
.header {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Content Text Styling */
.content {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1.6em;
}

/* Button Container */
.button-container {
    margin-top: 20px;
    text-align: center;
}

/* Button Styling */
.button {
    background-color: #8a5536;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1em;
    border-radius: 5px;
    display: inline-block;
}

.button:hover {
    background-color: #75462d;
}
}