body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #191F22;
    scroll-behavior: smooth;
}



.bg-image {
    border-bottom: #191F22 solid 1px;
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}

.bg-1 {
    background-image: url("./assets/presentation_site.jpeg");
}

.bg-2 {
    background-image: url("./assets/presentation_site2.png");
}

.bg-3 {
    background-image: url("./assets/presentation_site3.png");
}

.bg-4 {
    background-image: url("./assets/presentation_site4.png");
}

.bg-5 {
    background-image: url("./assets/presentation_site5.png");
}
.bg-6 {
    background-image: url("./assets/presentation_site6.jpeg");
}
