body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.6;
}

header {
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}