            @font-face {
                font-family: Starborn;
                src: url('Starborn.ttf');
            }

            body {
                font-family: Lucida Console, monospace;
                background-image: url('images/gingham.gif');
                background-size: repeat;   
                cursor: url('images/apple_cursor.png'), auto;     
            }
            
            section {
            	background-color: #ffffff;
                border-radius: 10px;
                text-align: center;
                padding: 1px;
                text-align: left;
            }

            h1 {
                text-align: center;
            }
            
            header {
            	font-size: 35px;
                font-family: 'Starborn', sans-serif;
                color: #fc0000;
            }
            
            .container {
            	max-width: 800px;
                margin: auto;
            }

            ul {
                list-style-type: none;
                text-align: left;
            }