body{
    background-image:linear-gradient(red, blue);
    color:ivory;
    background-repeat:no-repeat;
}

/* Removes all default link styling */
a:link, a:visited, a:hover, a:active{
    margin:2em;
    color:white;
    font-size:20px;
}

article{
    margin:5%;
    
    /* Adds a faint gray box behind the article so you can
     see the text on the background image. If you remove the
     background image, you may not need this box. */
    background-color:rgba(128,128,128,0.4);
}

footer{
    background-color: gray;
    border: 3px groove  gray;
    text-align:center;
    color:black;
    padding:1em;
    
    /* Sticks the footer to the bottom of the page*/

    
}
header {
}