   
#grad1 {
  height: 800px;
  background-color: red;
  background-image: linear-gradient(to bottom right, gray, white);
}

div {
  border: 1px solid gray;
  padding: 8px;
}

p1 {
  text-align: center;
  text-transform: uppercase;
  color: red;
}

p {
  text-indent: 50px;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #008CBA;
}