body{
    background-color: rgb(116, 144, 200);
    font-family: 'Courier New', Courier, monospace;
    }
    h1{
        background-color:rgb(66, 88, 131);
        }        
    ul{
        <!--change color of games list-->
        }

img{
    border: 1px solid white;
    box-shadow: 7px 7px 3px rgb(44, 61, 96);
}