body {
    margin: 0;
    font-family: Barlow,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2f3132;
    text-align: left;
    background-color: #ffffff;
}

.list_with_divs:not(.aurora-scroll-list) .card {
    transition: all .2s ease-in-out;
    box-shadow: none;
}