body {
  font-family: Arial, sans-serif;
  margin: 40px;
  background: #f9f9f9;
}

header {
  background: #35424a;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

h1 {
  margin: 0;
  color: #333;
}

h2 {
  color: #35424a;
  color: #333;
}

.container {
  max-width: 700px;
  width: 80%;
  margin: auto;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px #ccc;
}

.project {
  background: #ffffff;
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.project img {
  max-width: 100%;
  border-radius: 5px;
}

ul {
  padding-left: 20px;
}

.projects li {
  margin-bottom: 10px;
}

footer {
  text-align: center;
  padding: 10px 0;
  background: #35424a;
  color: #ffffff;
  position: relative;
  bottom: 0;
  width: 100%;
}