.back-red, .btn{
    background-color: darkred;
}



.img-carousel-1, .img-carousel-2, .img-carousel-3{
    object-fit: cover ;
    height: 400px;
}

.img-carousel-1{
    object-position: 0 80%;
    scale: 80%;
}

.img-carousel-2{
    object-position: 0 50%;
}

.img-carousel-3{
    object-position: 0 90%;
    scale: 50%;
}
#main_title{
    color: darkred;
}
.font-lobster{
    font-family: 'Lobster', cursive;
}

.font-nanum{
    font-family: 'Nanum Gothic', sans-serif;
}

.btn{
    color: white;
}
.btn:hover{
    color: yellow;
}
.card{
    border-color: darkred;
    max-width: 18rem;
}

.card-posicao-imagem{
    object-fit: cover;
    height: 250px;
}

.card-1{
    object-position: 0 10%;
}

.text_form{
    font-weight: normal;
    font-family: 'Prompt', sans-serif;
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.nav_color{
    background-color:darkred;
}
