@charset "UTF-8";

body {
            background-image: url("steppe.jpg");           
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            font-size: 20px
        }

        h1 {
            color: rgb(64, 65, 133);
            background-color: rgb(31, 139, 31);
            font-size: 1em;
            font-family: 'Courier New', Courier, monospace;
        }

        h2 {
            color: blueviolet;
            font-size: .7em
        }

        p {
            text-align: justify;
        }
