
.titulo {
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.3px;
    font-family: 'Times New Roman', Times, serif;
}

#espaco {
    padding-right: 10px;
}

#ajusteInput {
    width: 200px;
}

.espacamento {
    margin-top: 20px;
}

.miniEspacamento {
    margin-top: 10px;
}

#alinharCentro {
    display: flex;
    align-items: center;
    justify-content: center;
}

#alinharFinal {
    margin-left: 60px;
    margin-right: 60px;
}

.alinharCentro {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    box-shadow: 0 0 0.4em black;
}
