body {
  background-image: linear-gradient(orange , red);
}
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;
  font-size: 20px;


}



img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 10px ridge black;
}

a:link{

  color: black;
}

a:visited {
  color:black;


}
a:hover{
  color: #8c8282
}