html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff5f7;
    display: grid;
    place-items: center;
}
canvas {
    display: block;
    box-shadow: 0 4px 15px rgba(244, 143, 177, 0.2);
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
}
