


body{
    body {
        color: #4a4a4a;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.5;
    }

}

.containerHistory {

    background: linear-gradient(90deg, rgba(63,94,251,1) 7%, rgba(3,255,218,1) 22%,
    rgba(153,252,70,1) 47%, rgba(70,205,252,1) 75%);
}

.containerHistory:nth-child(odd) {

    background: linear-gradient(90deg, rgba(63,94,251,1) 7%, rgba(188,3,255,1) 22%,
    rgba(153,252,70,1) 47%, rgba(70,205,252,1) 75%);
}

#masterBox {
    padding: 0;
}




