body {
    background-color: coral;
    background-image: url("epic-gamers.jpeg");
}


h1 {
    border: 5px solid red;
    color: blue;
    font-size: 50px;
    background: linear-gradient(#e66465, #9198e5);
}

p {
    color: white;
    text-shadow: #FC0 1px 0 10px;

}

#games {
    font-size: 25px;
    background: linear-gradient(#e66465, #9198e5);
    border: 5px solid blue;
    font-family: impact;

}

#forknife {
    font-size: 25px;
    background: linear-gradient(#e66465, #9198e5);
    border: 5px solid green;
    font-family: cursive, sans-serif;

}

#pic {
    border: 5px solid red;
}

#alia {
    border: 5px solid red;
}
