body{
  background-color:rgba(100, 140, 113, 0.7);
}

h1{
 color:#1d6945;
  font-family:helevetica;
  text-align: center;
  font-size:50px;
  background-color: rgba(100, 140, 113, 0.7);
}

img{
 width: 550px;
  border-style: groove;
    border-color: white;
}

p{
  color: #000000
}
a{
  font-family: impact;
  font-size: 25px;
  color: aquamarine;
}