div {
    scrollbar-width: thin;
    scrollbar-color: rgb(221, 233, 251) transparent !important;
}

.css-div-blokk {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(37, 42, 49, 0.16) 0px 0px 2px 0px, rgba(37, 42, 49, 0.12) 0px 1px 4px 0px;
    /*height: 260px;*/
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    margin: 5px;
}

.title {
    justify-content: center;
    padding: 16px;
    text-align: center;
}