html, body {
    margin: 0;
    height: 100%;
    scroll-behavior: auto; /* disables smooth scrolling */
    overflow-y: scroll;
}

.scroll-container {
    scroll-snap-type: y mandatory;
}

.full-page-section {
    height: 100vh;
    scroll-snap-align: start;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
}

body {
    font-family: "Parisienne", cursive;
    font-size: 20px;
}

#sposi-text {
    /*margin-top: 150px;*/
    font-size: 45px;
    color: black;
}

.bold-text {
    font-weight: bold;
    font-size: 22px;
}

#home {
    width: 100%;
    padding: 0 7%;
    display: table;
    margin: 0;
    max-width: 100%;
    height: 100vh;
}

h1 {
    font-size: 40px;
}

body::after {
    content: "";
    /*background: url("https://images.unsplash.com/photo-1516205651411-aef33a44f7c2?q=80&w=764&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat;*/
    /*background: url("https://i.pinimg.com/1200x/20/82/92/20829225e9c21240564b454cb37a3d67.jpg") no-repeat;*/
    background: url("https://i.pinimg.com/736x/3e/e2/16/3ee216f9c99d849fcef7f1bd7a8e0d0d.jpg") no-repeat;
    background-size: cover;
    height: 100vh;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}