body
{
  background-image: linear-gradient(to right, red, orange, yellow); 
  color:#FFD700;
}
img
{
  width:500px;
  height:500px;

}
a
{
  text-decoration: none;
  color: #FFD700;
}
a:hover
{
    color:red;
}