.carousel-image {
    object-fit: cover;
    height: 400px;
    object-position: 0 65%;
}

.pacific-font {
    font-family: 'Pacifico', cursive;
}

.font-color-dark-red {
    color: #e25002;
}

.font-color-black {
    color: black;
}

.background-color-dark-red {
    background-color:  #e25002;
    color: white;
}

.card-produto {
    max-width: 18rem; 
    border-color: silver;
}

.card-produto-image {
    object-fit: cover;
    height: 200px;    
}
