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

.navbar {
    background-color: #e15f41;
}


#fale-conosco button {
    background-color: rgb(10, 181, 87);
    color: #fff;
}



.social-links li {
    list-style: none;
    display: inline;
}

.social-links a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .carousel-item img {
        height: 280px;
    }
}