.elementor-2336 .elementor-element.elementor-element-bac7128{--display:flex;}.elementor-2336 .elementor-element.elementor-element-d58907e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-89045e4 *//* General Styles */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}


header h1 {
  margin: 0;
  font-size: 2rem;
}

header p {
  font-size: 1rem;
}

main {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
  color: #007acc;
  margin-top: 20px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

ol {
  padding-left: 20px;
}

.image-container {
  text-align: center;
  margin: 20px 0;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.caption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
}

footer {
  text-align: center;
  padding: 10px;
  background: #007acc;
  color: white;
  margin-top: 20px;
}/* End custom CSS */