body {
    background: url("courbes-1.svg"), url("courbes-2.svg"), linear-gradient(270deg, #0069B4, #27378D);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top -300px right -250px, bottom -300px left -300px, center center;
    min-height: 100vh;
}

main {
    padding: 0 25px;
    padding-bottom: 25vh;
    padding-top: 15vh;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    color: white;
}

main >p:first-child {
    color: #9DD7F2;
    font-size: 1.5rem;
    line-height: 1.5;
}

main >p:first-child strong {
    display: block;
}

main h2 {
    margin-top: 50px;
    margin-bottom: 25px;
}

main h2 small {
    display: block;
    color: #9DD7F2;
    font-weight: normal;
}

main h2.secondary,main h3.secondary {
    color: #9DD7F2;
    font-weight: normal;
}

main h3 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

main h3::before, main h3::after {
    content: url("sparkles.svg");
    display: inline-block;
    width: 1em;
    vertical-align: middle;
}

main h3::before {
    margin-right: 0.5em;
}

main h3::after {
    margin-left: 0.5em;
    transform: scaleX(-1);
}

main p {
    line-height: 1.3;
    margin-bottom: 25px;
}