body
{
background-color: rgb(159,225,150);

}
h1
{
color: rgb(73,112,243);
text-align: center;
}
p
{
color: blue;
text-align: center;
}
p a
{
text-decoration: none;
color: blue
}
p a:hover
{
background-color: blue;
color: white;
}