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

  display: inline
}
h3{
  text-decoration: underline
}
h2{
  font-size: 30px
}
a {text-decoration: none; }
img {
  padding: inherit;
  margin:auto; 
  display: block;
}
a:visited {
  color: blue; }
h5{
  font-size: 25px
}
a:hover{
  color:#2727f1
}