/* Start custom CSS for html, class: .elementor-element-4858ddc */body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fafafa;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
header {
  background: #2c3e50;
  color: #fff;
  padding: 20px 40px;
  text-align: center;
}
header a {
  color: #ecf0f1;
  text-decoration: none;
}
nav {
  background:#ecf0f1;
  text-align:center;
  padding:10px;
}
nav a {
  margin:0 12px;
  font-weight:bold;
  color:#2c3e50;
  text-decoration:none;
}
nav a:hover {
  text-decoration:underline;
}
section {
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
h1,h2 {
  color:#2c3e50;
}/* End custom CSS */