
.mud-main-content {
    background-color: var(--mud-palette-background-grey);
    min-height: calc(100vh - 64px);
}

.mud-select-popover {
    min-width: max-content !important;
}

.triangles {
    background-image: url("../images/triangles.svg");
    background-size: cover;
    height: 100%;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: fixed;
    right: 0;
    top: 0;
    background-position: center center;
}
