body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  text-align: center;
  margin-top: 50px;
}

h1 {
  color: #2e86de;
}
#projects {
  margin-top: 40px;
  text-align: center;
}
p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.project {
  margin: 20px auto;
  max-width: 500px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
}
#about {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact {
  background-color: #f9f9f9;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #ccc;
}

#contact h2 {
  margin-bottom: 10px;
}

#contact a {
  color: #3366cc;
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}
.button1 {
  padding: 10px 20px;
  background-color: #2f3438;
  color: white;
  text-decoration: none;
  border: 2px solid #000000;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s ease-in-out;  
  border-radius: 5px;
}
.spacer {
  margin-top: 10px;
}
.button1:hover {
  background-color: #000;
  color: #fff;
}