body {
  background-image:linear-gradient(lightblue, aquamarine) ;
}
p {
  color: Black;
  font-size: 20px
}
h1 {
  font-weight: bold;
  color:Black;
  text-align: center;
  font-size: 36px
}
a:visited {
  color: blue;
}
a:hover{
  color:#2727f1
}
