body {
  font-family: Arial, sans-serif;
  background-color: #F5F5F5;
  color: #333333;
  margin: 0;
  padding: 0;
}
header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
  text-align: center;
}
nav a {
  margin: 0 15px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
h1, h2, h3 {
  text-align: center;
  color: #333333;
}
.about, .projects, .extracurricular, .contact {
  margin-bottom: 40px;
}
.about p, .projects p, .extracurricular p, .contact p {
  text-align: center;
}
.about img {
  display: block;
  margin: 20px auto;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-color: #CCCCCC;
}
.project-image {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  margin: 10px 0;
  text-align: center;
}
h1, h2 {
  color: #E67E22;
}

.container.contact a {
text-decoration: none;
color: inherit; 
}

.container.contact a:hover {
color: inherit;
}