h1
{
font-size: 60px;
color: red;
text-align: center;
}
p
{
font-style:italic;
font-weight:bold;
color:yellow;
text-align:center;
}
body
{
background-color: blue;
}
a
{
color:yellow;
}
