<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
    width: 525px;
    height: 100px;
    position: relative;
}

.instructions {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

#inputPassphrase {
    position: absolute;
    top: 45px;
}

textarea {
    resize: none;
}</pre></body></html>