.navbar-brand {
    margin-left: 10px;
}

.imagem-carrossel {
    object-fit: cover;
    height: 400px;
}

.background {
    background-color: #44ed0c;
}

.fonte-texto {
    font-family: 'Comfortaa', cursive;  
    font-weight: 400;
    font-style: normal;
   
}

article {
    margin-left: 50px;
    margin-right: 50px;
}

h3, h4 {
   color:red;
}

.fonte-titulo-card {
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    color: darkblue;
}

.fonte-texto-card-footer {
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
}
.imagem-card {
    object-fit: cover;
    height: 286px;
}

.borda-card {
    border-color: darkblue;
}

.m-5 {
    font-size: 2rem;
}

.card-body {
    background-color: #a3e3da;
}
