body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #333;
  color: white;
  padding: 20px 0;
  text-align: center; /* Censter the text */
}

h1 {
  margin: 0;
}

nav {
  margin-top: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

main {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center; /* Cesnter the text */
}

h2 {
  color: #333;
}

section {
  margin-bottom: 40px;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
}
