/* NEXT-RACE */

.next-race-info {
    background-image: linear-gradient(to right top, #5465ff, #0085ff, #0096e6, #009fbf, #20a39e);
    width: 80%;
    margin: .7em 0 .7em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: .3em;
    border-radius: .5em;
    box-shadow: 0px 0px 40px 4px var(--color-4);
}

.next-race {
    color: var(--color-4);
    font-size: 1.9em;
    display: flex;
    flex-direction: column;
    align-items: center;
}