body {
    background-image: linear-gradient(225deg, #ccccdd, #eeeeff 25%);
}

canvas {
    flex-basis: 4;
    height: 50vh !important;
}

p {
    margin: 0px;
}

.graph {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
}

.stats {
    display: flex;
    flex-basis: 1;
    flex-direction: column;
    margin: 2rem 0px 0px 1rem;
    min-width: fit-content;
}