body {
  background-image: linear-gradient(palegreen,#5eff5e, forestgreen );
}
p {
  color: black;
  font-size: 20px;
  
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
h5{

  display: inline
}
img {
  padding: inherit;
  margin:auto;
  
  display: block;
}
a {text-decoration: none; }
a:visited {
  color: #a95410;
}
a:link{
  color: #a95410;
}
h5{
  font-size: 25px
}
a:hover{
  color: #8f460c
}