<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.corpo {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.title {
    border-radius: 10px;
}

.form-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}</pre></body></html>