body { background:black; text-align:left; height:12750px; width:1000px; padding:0; margin:0; font-family: 'Fugaz One', cursive; } body * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } h1 { font-size:60px; letter-spacing:1px; font-weight:normal; margin-top:0; } #content { position:fixed; left:50%; top:50%; width:800px; height:450px; margin-left:-400px; margin-top:-225px; background:-webkit-gradient(radial, 50% 50%, 15, 50% 50%, 80, from(white), to(black)); background:-moz-radial-gradient(center center , circle farthest-corner, white 15px, black 80px); background-position: 50% 50%; } #viewport { -webkit-perspective:300px; -moz-perspective:300px; -webkit-perspective-origin:50% 50%; -moz-perspective-origin:50% 50%; -moz-transform-style: preserve-3d; width:100%; height:100%; } .frame{ position:absolute; top:50px; width:100%; height:100%; -moz-transform-style: preserve-3d; display:none; } .frame.text { width:800px; margin-left:-400px; left: 50%; text-align:center; -moz-transform-style: preserve-3d; } .frame.text h1 { color:white; font-size:120px; text-shadow:0 0 11px black; padding:30px; } .frame.box { border-radius:8px; background-color:white; padding:30px; font-size:34px; } #arrow{ -webkit-transform: rotateX(60deg); -moz-transform: rotateX(60deg); position:fixed; bottom: 20px; left: 50%; font-weight: bold; font-size: 40px; text-align: center; z-index: -1; color:white; margin-left: -60px; }