body {
    margin: 0;
    background: linear-gradient(135deg, #fff0f5 0%, #fef6fa 40%, #f9f3f9 100%);
    position: relative;
    min-height: 100vh;
    overflow-x: hidden; /* prevent horizontal scroll */
    max-width: 100vw;    /* prevent body expanding */
    box-sizing: border-box;
}

body::after {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
}

/* Content on top of background */
main, .gallery, form, h1, h2, h3, p {
    position: relative;
    z-index: 1;
    color: #9c4e82;
}

.spinner-border {
    color: #9c4e82 !important;
}

.btn-primary {
    color: #ffffff;
    background: #9c4e82;
    border: 1px solid #9c4e82;
}

.title {
    position: relative;
    width: 100%;
    max-width: 373px;
    margin: 0 auto 0;
    padding-top: 40px;
    padding-bottom: 30px;
}

.title img {
    width: 100%;
    position: absolute;
    top: -10px;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}


video {
    width: 100%;
}
