html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #182048;
    color: #fff;

    font-family: monospace;
}

.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sketch-container {
    width: 100%;
    height: 100%;
    max-width: 512px;
    max-height: 512px;
}

.sketch {
    width: 100%;
    height: 100%;
    max-width: 512px;
    max-height: 512px;
}

.title {
    text-align: center;
    margin: 10px;
}
