<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.facePart {
    width: 90px;
    height: 110px;
    background-color: #dddddd;
    margin: 10px;
    position: relative;
}

.face2 {
    border: 2px #dddddd solid;
    margin: 10px;
    width: 115px;
}

.face2 canvas {
    display: block;
    width: 100%;
}

.facePart img {
    width: 90px;
    height: 110px;
}

.canvas {
    position: absolute;
    left: 0;
    top: 0;
}</pre></body></html>