.cont-campos{
    display: flex;
    background-color: black;
    justify-content: space-between;
}

.cont-answers{
    display: flex;
    background-color: rgb( 20, 20, 20);
    justify-content: space-between;
}

.txt-campo{
    text-align: center;
    width: 14%;
}

.txt-answers{
    text-align: center;
    width: 14%;
}

.cont-camps-ans{
    max-width: 1500px;
}

td{
    background-color: rgb( 20, 20, 20);
}

tr{
    border-style: none;
    background-color: rgb( 20, 20, 20);
}

.test{
    background-color: rgb( 20, 20, 20);
}