/* style.css */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

h2 {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}