<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sketch-container {
    padding-top: 3.2rem;
    max-width: 130rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    color: #023047;
    text-align: center;
}

.sketch-title {
    font-family: "Inter", sans-serif;
    font-size: 3.98rem;
}

.sketch-canvas {
    height: 600px;
    width: 600px;
}

.sketch-holder {
    padding: 3.2rem 0;
}

.sketch-description {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}</pre></body></html>