body {
  background-color: lightgreen;
}

#title-box {
  position: fixed; 
  top: 0;
  left: 0;
  z-index: 1;
  
  width: 100%;
  height: 15vh;
  padding-top: 2vh;
  font-size: 2vh;
  font-family:  Merriweather, serif;
  text-align: center;
  background-image: url("https://projects.codecraftworks.com/web/MUTlSVhEfed8MIkvdrl1/assets/benjamin-voros-phIFdC6lA4E-unsplash.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center ;
  overflow: hidden;
}

#title-box:hover {
 color: #0D0675; 
}

#content {
  position: absolute; 
	top: 20vh;
  margin: 0vh 5vw;
  padding-bottom: 12vh;
}

#page {
  margin: 3vw;

}

.project {
  background-image: url("https://projects.codecraftworks.com/web/MUTlSVhEfed8MIkvdrl1/assets/benjamin-voros-phIFdC6lA4E-unsplash.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFB483;
  margin-bottom: 5vh;
  padding: 3vh 3vw;
  padding-top: 5vw;
  text-align: center;
  max-width: 75vw;
  border-radius: 2%;
}

.project img {
 max-width: 80%;
 border-radius: 2%;
}

#content p, .project a {
  text-align: center;
 	color: black;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  font-size: 3vh;
}

a:hover {
 color: #0D0675; 
}

#footer {
   font-weight: bold;
  font-family: "Arial", sans-serif;
  font-size: 2vh;
  text-align: center;
}
#content
{
  justify-content:center;
}