/* Your story will use the CSS in this passage to style the page.\nGive this passage more tags, and it will only affect passages with those tags.\nExample selectors: */\n\nbody {\n\t/* This affects the entire page */\n\t\n\t\n}\n.passage {\n\t/* This only affects passages */\n\t\n\t\n}\n.passage a {\n\n color: white;\n text-decoration: underline red;\n background: black;\n padding: 8px;\n border: white 2px solid;\n}\n\n.passage a:hover {\n\t/* This affects links while the cursor is over them */\n\t\n\t\n}\n\ndiv#innis {\n font-size: 3em;\n color: antiquewhite;\n}\n\n#center{\n margin: 0 auto;\n position: relative;\n width: 50%;\n border: blue 10px solid;\n padding: 50px;\n text-align: center;\n background: cornflowerblue;\n}