.cardTeste {
    background-color: #343a40;
    width: 250px;
    height: 59px;
    border-radius: 10px;
    padding: 5px;
    color: aliceblue;
    cursor: pointer;

    margin-right: 5px;
}