@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

html {
    font-family: 'Lato', sans-serif;
}

.carousel-item {
    height: 26vh;
    object-fit: cover;
    object-position: center;
}

.carousel-control-prev {
    left: 5%;
}

.carousel-control-next {
    right: 5%;
}

.rounded-circle {
    object-fit: cover;
}

.row {
    margin: 0;
}

.marketing {
    text-align: center;
}

.marketing h3 {
    text-transform: uppercase;
    color: rgb(236, 144, 24);
}

.features h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.features img {
    width: 450px;
}

.float-right {
    float: right;
}

.marksonad {
    font-size: 4px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
}