Partnerships and Agreements
body {
direction: ltr; /* Change text direction to left-to-right */
background-color: #f0f0f0; /* Light gray background */
margin: 0; /* No margin */
font-family: 'Cairo', sans-serif; /* Font family */
}
.content-container {
width: 100%; /* Full width */
max-width: 800px; /* Maximum width */
margin: 40px auto; /* Center with a margin */
background: #fff; /* White background */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Shadow effect */
overfl