.card-img {
object-fit: cover;
height: 200px;
}

.small-text {
font-size: 14px;
}

#anunciar {
width: 100%;
height: 50px;
}

.content-center {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

.form-container {
max-width: 600px; /* Definindo um limite para o tamanho do formulário */
width: 100%;
}

#container-geral-index {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
}