            #navbar {
                background-color: #315f93;
                color: white;
                clear: both;
                text-align: center;
                padding: 2px;
            }
            
            #navbar li {
                display: inline-block;
                padding: 2px;
                padding-right: 20px;
                padding-left: 20px;
            }
            
            #navbar a {
                color: white;
                font-family: "Lucida Console", Monaco, monospace;
            }
            
            html {
                background: url(http://www.hdwallpapers.in/walls/world_of_warships_game-HD.jpg) no-repeat center center fixed;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }
            
            p {
                font-size: 14px;
                padding: 6px;
                color: white;
            }
            
            h1 {
                color: white;
                font-family: "Arial Black", Gadget, sans-serif;
                font-size: 20px;
            }
            
            h2 {
                color: white;
                font-family: "Arial Black", Gadget, sans-serif;
                font-size: 28px;
            }
            
            h3 {
                color: white;
                font-family: "Comic Sans MS", cursive, sans-serif;
                font-size: 23px;
            }
            
            ul {
                color: white;
                font-family: "Trebuchet MS", Helvetica, sans-serif;
                font-size: 18px;
            }
            
            #padding-text {
                padding: 6px;
            }
            
            #welcome-section {
                background: #315f93;
                width: 500px;
                padding: 6px;
                margin: auto;
            }
            
            p {
                font-size: 14px;
                padding: 10px;
                color: white;
                font-family: "Comic Sans MS", cursive, sans-serif;
            }
            
            #centerline {
                background: #315f93;
                width: 800px;
                padding: 8px;
                margin: auto;
            }
            
            #first_text {
                text-align: center;
                position: relative;
                top: 300px;
                font-size: 30px;
            }
            
            #nextbutton {
                font-size: 20px;
            }
            
            #backbutton {
                font-size: 20px;
            }
            
            #image {
                top: 50%;
                height: 300px;
                margin-bottom: 0.5%;
            }