#calendar {
    width: 100%;
    margin: 0 auto;
}

.sells-stats-section {
    width: 100%;
    margin: 4rem auto;
}

.chart-block {
    display: block;
    width: 50rem !important;
    height: 25rem !important;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.chart-block.circ {
    width: 25rem !important;
    height: 25rem !important;
}

.sells-stats-section .page-box-title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.canvas-box {
    display: flex;
    margin-top: 4rem;
    margin-bottom: 2rem;
    width: 100%;
    justify-content: space-between;
    background: #0a0a0a;
    border-radius: 25px;
    padding: 1rem;
}

.canvas-box div {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.canvas-box h2 {
    margin-bottom: 2rem;
}