body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

h1 {
    color: #343a40;
}

canvas {
    border: 1px solid #ccc;
    margin-top: 15px;
}

/* Center canvas */
.canvas-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

canvas {
    border: 1px solid #ccc;
    display: block;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
}

/* Center download button */
#downloadLink {
    display: inline-block;
    text-align: center;
    margin: 10px auto;
}

/* Canvas and image styling */
.canvas-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

canvas,
#beforeImage {
    border: 1px solid #ccc;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Headings */
h5 {
    margin-bottom: 10px;
    color: #343a40;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
