body {
  background-image: url('SpaceBackground.jpg'); 
  width: 1024px;
  margin: 0 auto;
  color: white;
}
.projectHeader {
  text-align: center;
  color: goldenrod; 
}
.projectText {
  width: 800px;
  text-align: left;
  color: goldenrod; 
}
.projectGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
}
.projectItem {
  width: 500px;
  text-align: center;
  border: 2px solid red;
  padding: 10px;
  background-color: black;
  color: white;
  text-decoration: none;
}
.projectItem img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  text-decoration: none;
}
.projectItem p {
  color: white;
  text-decoration: none;
}
.projectItem a {
  color: white;
  text-decoration: none;
  display: block;
}
.projectItem a:hover {
  color: white;
  text-decoration: none;
}
.projectItem a:active {
  color: white;
  text-decoration: none;
}
.projectItem a:visited {
  color: white;
  text-decoration: none;
}
.navbar {
  list-style: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}