 body {
    background-color: khaki;
 }
 h3 {
    text-align: center;
 }
 h1 {
border: double;
 }
 p {
   font-family: serif; 
   margin-left: 100px;
   margin-right: 100px;
   
   
 }
 body {
    background-image:linear-gradient(to bottom right ,yellow, red) ;
 }
 a:hover, a:active {
    color: rgb(240, 73, 1); 
    background-color: yellow;
 }
 h3 {
    border-style: groove;
    border-color: red;
 }
 body{
   text-decoration: none;
 }

