body  {
  
  background-image:linear-gradient(yellow, green)
  
}

p {
  color: black;

  font-size; 20px
  text-align: center

}
h1 {
  font-weight: bold;

  font-size: 36px;
  text-align: center;
}
h2  { color: black;

  font-size:30px;
  text-align: center;

}

h4  {
  
  display: inline;
  font-size: 25px;
}

h5  {
  display: inline
  
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 7px solid green;
  border-bottom-left-radius: 10px;
  border-top-right-radius:10px;
  border-top-left-radius:10px; 
}

a:link{

  color: black;
}

a:visited {
  color:black;


}
a:hover{
  color: #363434
}