﻿.mud-table-toolbar {
    background-color: #594ae2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #cdc8f3;
}

th.mud-table-cell {
    font-weight: 400;
    font-size: 1.1rem;
}
.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}
