<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: auto;
}

h1 {
    color: black;
	text-align: center;
}

#css__quest_header_container h1 {
    margin: 0;
    padding: 38px 0 10px;
}

.inner-box {
    background-color: transparent;
    margin-top: 0px;
}

.registration-steps {
    margin-bottom: 0px;
}

.registration-steps &gt; li, .registration-steps &gt; div {
	color: black;
}

.registration-steps &gt; li &gt; a {
	color: black;
}

.registration-steps &gt; li i, .registration-steps &gt; div i {
	border: 1px solid #202020;
}

.registration-steps &gt; .done i {
	color: white;
}</pre></body></html>