
body {
    font-family: 'Roboto', sans-serif;
}

.carousel-item img {
    height: 520px;
    object-fit: cover;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-caption h1,
.carousel-caption p {
    color: #000000;
}

