h1{position:relative;display:inline-block;margin:1rem 0 1rem -10px;padding:1rem 3rem;color:#fff;border-radius:0 100vh 100vh 0;background:#0075a9;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.2);box-shadow:3px 3px 5px rgba(0,0,0,.2)}h1:before{position:absolute;bottom:-10px;left:0;width:0;height:0;content:'';border-top:10px solid #005276;border-left:10px solid transparent}h2{padding:1rem 2rem;border-top:4px solid #d8dcdc;border-right:4px solid #666;border-bottom:4px solid #333;border-left:4px solid #868888;border-radius:0;background-image:-webkit-linear-gradient(135deg,#ccc 0%,#868888 20%,#d8dcdc 34%,#fff 53%,#ccc 100%);background-image:linear-gradient(-45deg,#ccc 0%,#868888 20%,#d8dcdc 34%,#fff 53%,#ccc 100%)}h3{position:relative;padding:1rem .5rem}h3:before,h3:after{position:absolute;left:0;width:100%;height:4px;content:'';background-image:-webkit-gradient(linear,right top,left top,from(#30cfd0),to(#330867));background-image:-webkit-linear-gradient(right,#30cfd0 0%,#330867 100%);background-image:linear-gradient(to left,#30cfd0 0%,#330867 100%)}h3:before{top:0}h3:after{bottom:0}