/* Navbar */
#navbarCollapse a {
    font-size: 20px;
}
body {
    margin: 0;
    padding: 0;
    height: 100vh;
}
#carouselExemple {
    width: 70%;
    margin: 0 auto;
    margin-top: 120px;
}
.carousel-item img {
    width: 100%;
    height: auto;
}
section h2 {
    margin-top: 15vh;
    margin-bottom: 5vh;
}
