@import 'src/styles/colorPalette.scss';

.standard-card {
    border-radius: 8px !important;
    max-width: 35vw;
    min-height: 450px;
    overflow: auto;

    .standard-card-header {
        color: white;
        background-color: $primary-color !important;
        border-radius: 8px 8px 0 0 !important;
    }
}