﻿.canvas{
    width: 100%;
    height: 100%;
    background-color: var(--canvas-background);
    border-radius: 15px;
}
