#try-on-button {
    display: block;
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

#tryon-container {
    position: relative;
    width: 720px;
    height: 560px;
    background-color: #eee;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}
