        body {
            background-color: #336699;
        }
        h1, h2 {
            text-align: center;
            font-family: Impact, sans-serif;
            color: #cc6600;
        }
        main, div {
            background-size: 80%;
            background-color: #cccc33;
            margin: auto;
            outline-style: solid;
            outline-color: rgb(61, 61, 61);
            outline-width: 3px;
        }
        .lucky7 {
            width: 250px;
            margin-left: 0.5%;
        }
        p, h4 {
            font-family: "Trebuchet MS";
            font-size: 160%;
        }
        #gameImage {
            width: 1000px;
            margin-left: 22.5%;
            margin-bottom: 2%;
        }
