<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#edudeal{

    width: 100%;

    padding: 1em;

    display: flex;

    align-content: center;

    align-items: center;

    text-align: center;

    justify-content: center;

    font-size: 1em;

    border: 1px solid var(--color-secondary);

    margin-top: 1em;

    flex-direction: column-reverse;

}

#edudeal input {

	margin: 0.5em;
}

#edudeal .ad {
    font-size: 0.8em;
    text-align: right;
    margin-top: 1em
}
#edudeal .ad span {
    margin-right: 0.4em;
}

#edudeal .ad img {
    width: 20%
}</pre></body></html>