/* pequenos ajustes visuais */
.body {
    background-color: #fbfbfb;
}

.label-font {
    font-weight: 600;
}

.card {
    box-shadow: 0px 2px 16px rgba(16, 110, 234, 0.08);
    border: none;
}

.card-title {
    font-weight: 700;
}

.upper {
    text-transform: uppercase;
}