body { margin: 2%; } p, div { margin: 0; text-align: justify; } h1 { text-align: center; border-bottom : 1px black solid; padding-bottom: 25px; color:#635635; } h2 { margin: 40px 30px 10px; font-size: 1.3em; border-bottom: 1px solid black; } .large { font-size: large; } #end { text-align:center; margin: 100px 0; font-size: x-large; font-weight: bold; } .break { margin: 35px; text-align: center; } .metal-plate { background-color: gray; margin: 25px auto; } .metal-plate td { border: white 1px solid; padding: 45px; text-align: center; font-weight: bold; } .pov-change { margin: 15px 20px 10px; padding: 40px 15px 5px; font-size: 1.3em; border-left: 1px solid black; } .rpg-dialog { background-color: #004b7a;; margin: 25px auto; } .rpg-dialog td { border: white 1px solid; padding: 45px; text-align: center; font-weight: bold; color: #ccc; } .paper-stack { background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3); margin: 25px auto; max-width: 550px; min-height: 300px; padding: 24px; position: relative; width: 80%; } .paper-stack:before, .paper-stack:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .paper-stack:before { background: #fafafa; box-shadow: 0 0 8px rgba(0,0,0,0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .paper-stack:after { background: #f6f6f6; box-shadow: 0 0 3px rgba(0,0,0,0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } #credits { margin: 40px auto; border-spacing: 40px; text-align: center; } a { color:#882233; }