body {
  background-color: rgb(0, 128, 0, 0.95);
}



#title {

  background: url("https://images.unsplash.com/photo-1518495973542-4542c06a5843?crop=entropy&cs=tinysrgb&fm=jpg&ixlib=rb-1.2.1&q=80&raw_url=true&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  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;
  overflow: hidden;
}

#title:hover
{
  color: navy;
}

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

#page {
  margin: 3vw;
}

.project {
  background-image: url("https://images.unsplash.com/photo-1518495973542-4542c06a5843?crop=entropy&cs=tinysrgb&fm=jpg&ixlib=rb-1.2.1&q=80&raw_url=true&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974");
  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: 8%;
}

.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;
}

h2 {
  color: black;
  text-align: center;
  font-family: "Mate SC";
}

a:hover
{
  color: navy;
  font-weight: 900;
  font-size: 20px;
}

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