section {
    background-image: url("/images/cover_canva2.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
    height: 30vh;
}

.text-break {
    color: rgb(23, 6, 70);
    text-align: center;
}

.navbar-custom {
    background-color: rgb(23, 6, 70);
}
