            header {
                top: 0;
                position: relative;
            }
            body {
                text-align: center;
                position: absolute; 
                top: 0;
            }
            body, #image, header {
                width: 100%;
            }
            #start {
                
            }
            #prev, #next {
                width: 30px;
                max-width: 20%;
                top: 0;
            }
            #prev {
                float: left; 
            }
            #next {
                float: right; 
            }
            #score {
                max-width: 30%;
            }
            #options {
                list-style-type: lower-alpha;
                text-align: left; 
                
            }
            
            #start, input[type="submit"] {
                display: block;
                margin: 1em auto;
                width: 60%;
                font-size: 1.1rem;
                height: 2em;
                border-color: white;
                background-color: #c5e6e8;
                min-width: 300px;
            }
            
           /* article {
                background: url("https://images.app.goo.gl/WiUbca4fWCTAz6HXA");
            }*/
