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

}
html {
    -webkit-font-smoothing: antialiased;
}

body {
    background: #430057;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: 'Elsie', cursive;*?
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*line-height: 1.5;*/
    color: white;
    margin: 0 auto;
    max-width: 1024px;
    /*max-width: 800px;
    padding: 2em 2em 4em;*/
}

h1, h2 {
    color: #fff;
        font-family: 'Elsie', serif;

}

h1.topTitle {
    font-weight: 900;
    font-size: 750%;
    text-align: center;
    margin-top: 60px;
    text-shadow: 2px 2px #600064;
}

a {
    color: #c0ffea;
} 

h2.bottomTitle {
    font-weight: 400;
    font-size: 550%;
    text-align: center;
    margin-bottom: 100px;
    color: #d9fdfb;
    text-shadow: 2px 2px #58075c;

}

.description {
    font-size: 2.2em;
    font-weight: 300;
    font-family: 'Signika', sans-serif;
    line-height: 1.35;
    margin-bottom: 1.4em;
}

.description b {
    font-weight: 300;
    
}

.description-emphasis
{
    color: bisque;
}

    /*h1, h2, h3, h4, h5, h6 {
font-family: 'Elsie', cursive;*?
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}</pre></body></html>