.featured-project{
  background-color:rgba(5, 1, 5, 1);
  width:40vw;
  height:20vh;
  padding-top:2vh;
  border: solid;
  border-color: green;
  text-align: center;
}

.project{
  margin-top: 5vh;
  background-color:rgba(5, 1, 5, 1);
  width:50vw;
  height:30vh;
  text-align: left;
}
a:link {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: rgba(47, 123, 40, 1);
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: rgba(89, 218, 77, 1);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgba(89, 218, 77, 1);
  background-color: transparent;
  text-decoration: underline;
}