.section { padding: 0 15px; } .section:not(:first-child) { margin-top: 30px; } .section-content { max-width: 1100px; margin: 10px auto; padding: 10px 20px; filter: drop-shadow(0 1px 5px #000); } .section-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(0deg, #111 0%, #222 50%, #333 50%, #555 100%); transform: skew(-15deg); } .section-content h1 { font-family: 'Electrolize', Verdana, 'Dejavu Sans', Arial, Helvetica, sans-serif; font-size: 2em; line-height: 1em; font-weight: 400; }