body {
    background-color: Aquamarine;
    background-image: url("fortnite3.jpg");
    background-size: cover;
}

h1 {
    color: darkblue;
     font-size: 55px;
     border: 2px solid black ;
     background: linear-gradient(lightpink, lightblue);
}

p {
    color: darkblue;
    border: 2px solid black ;
}

#videoGamesParagraph {
    font-size: 32px;
    text-shadow: red 3px 10px;
    font-family: cursive;
    background: linear-gradient(lightpink, lightblue);
}    

img {
     border: 2px solid black;
}