.fail{
    display: flex;
    padding: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    border-radius: 20px;
    background: var(--Main-white, #FFF);

    /* Shadow Sing in */
    box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, 0.25);
}
.truckred{
    padding: 32px 0px;
    width: 100%;
}
