.thanks-html { position: absolute; height: 100%; width: 100%; background: -webkit-linear-gradient(#cc3232 0%, #cc3232 60%, #cf4646 100%); } .thanks-html body { position: absolute; width: 100%; height: 100%; background: transparent; color: white; .bigheart { display: block; margin-top: $paddingSectionTop * 2; text-align: center; font-size: 60px; font-weight: 800; } #thanks { font-weight: 300; font-size: 18px; line-height: 28px; p { position: relative; display: block; width: $widthAboutP; left: 50%; margin-left: -($widthAboutP / 2); text-align: justify; margin-bottom: 18px; } } .email-link { display: inline-block; color: #b5ff6b !important; border-bottom: 1px dotted #b5ff6b !important; } footer { color: white; text-shadow: 0 0 2px black; } }