.no-clippy {
    background-color: var(--blue);
    min-height: 100vh;
}   

h2.join-special-message {
    line-height: 33px;
}

.join-special-message span {
    color: var(--orange);
    font-weight: 700;
}

.join-special-message span.confirm {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 7px;
}

h2.join-special-message span {
    color: var(--orange);
    font-weight: 700;
}

p.join-emailx {
    display: inline;
    margin-top: 18px; 
    margin-left: 9px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--orange);
}

div.cta a {
    background-color: var(--lightblue);
}

nav.navbar div.cta.xwh a {
    border-color: var(--lightblue);
}
nav.navbar div.cta.xwh a:hover {
    border-color: var(--offwhite);
}

.xart-banner .auth-container div span {
    font-size: 20px;
    /* font-family: Serif; */
}

pre code {
    border-radius: 6px;
    font-family: 'Monaco';
    max-width: 800px;
}

.art-intro pre, .feat-wr pre {
    margin: 0 0 40px 0;
    padding: 0;
    height: auto;
    line-height: 1.25;
}
.auth-container .auth span,
.auth-container .auth-date span {
    font-size: 22px;
}
