.elementor-3517 .elementor-element.elementor-element-047b77b{--display:flex;}.elementor-3517 .elementor-element.elementor-element-fad521c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e06e148 *//* Basic CSS styles for the blog layout */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

.blog-container {
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

header {
  text-align: center;
}

header h1 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}

section {
  margin-bottom: 20px;
}

h2 {
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

a {
  color: #1e90ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: 10px;
}

footer {
  text-align: center;
  margin-top: 30px;
}

footer p {
  font-size: 1rem;
  margin-top: 10px;
}

footer a {
  color: #1e90ff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer h2 {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 10px;
}/* End custom CSS */