/* Custom spacing for h1 elements */
.h1-spacing {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}

/* Full-width image container */
.full-width-image {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.full-width-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Background color sections */
.bg-section {
    padding: 60px 0;
    margin: 40px 0;
}

/* Specific background colors */
.bg-light-blue {
    background-color: #f0f8ff;
}

.bg-light-pink {
    background-color: #fff0f5;
}