body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #f9f9f9;
}

header {
  padding: 40px 20px 20px;
  background-color: #e4f2f1;
}

.profile-photo {
  width: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
}

h1 {
  font-size: 2em;
  margin: 0;
}

/* Improve readability of all text */
p {
  max-width: 700px;
  margin: 15px auto;
  color: #333;
  line-height: 1.7;
  font-size: 1.05em;
}

.nav-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-links li {
  margin: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #0077cc;
  font-size: 1.5em;
}

.nav-links a:hover {
  text-decoration: underline;
}

.project-block {
  margin-top: 40px; /* More space between About Me and Wilson’s Snipe Project */
}

.project-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

footer {
  margin-top: 60px;
  padding: 20px;
  font-size: 0.9em;
  color: #888;
}
