<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root
{
    --threedy-red: #FF5027;
    --threedy-green: #00FFAC;
    --threedy-blue: #5075F9;
    --threedy-dark-blue: #091227;
}

html, body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    
}

body
{
    font-family: 'Montserrat', sans-serif;
    background-image: url("../img/threedy-form.svg");
    background-color: var(--threedy-dark-blue);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 70%;
    background-attachment: fixed;
}

@media (orientation: landscape) {
    body {
        background-size: auto 70%;
    }
}

@media (orientation: portrait) {
    body {
        background-size: 70% auto;
    }
}

/* a, a:active, a:visited
{
    color: white;
    text-decoration: none;
} */


a
{
    text-decoration: none;
    color: white
}

a:hover
{
    color: var(--threedy-green);
}

h1
{
    font-weight: 300;
    font-size: 28px;
    color: var(--threedy-green);
}

h2
{
    font-weight: 300;
    font-size: 24px;
    color: var(--threedy-green);
}

h3
{
    font-weight: 300;
    font-size: 20px;
    color: var(--threedy-green);
}

/* h2:before
{
    content: '\25B6';
    margin: 0 10px 0 0;
} */

ul {
    list-style: none;
    padding: 0px;
}

ul li 
{
    color: white;
    margin: 8px;
    font-weight: 200;
    text-decoration: none;
}

ul li:before
{
    content: '\25b6\fe0e';
    margin: 0 20px 0 30px;
}

ul li:hover
{
    color: var(--threedy-green);
}
.i3dh-section
{
    /* display: flex; */
    color: white;
    margin: 16px 0;
}


.i3dh-main
{
    line-height: 1.6rem;
    text-align: justify;
    height: calc(100% - 128px);
    overflow-y: scroll;
    padding: 32px;
}

.i3dh-footer
{
    width: 100%;
    bottom: 0px;
    display: block;
    z-index: 2;
    height: auto;
    position: fixed;
    color: var(--threedy-green);
}

.i3dh-copyright
{
    display: flex;
    justify-content: center;
}

.i3dh-link
{
    display: flex;
    color: var(--threedy-green);
}

.i3dh-download-link
{
    display: flex;
    justify-content: center;
    text-decoration: underline;
    color: var(--threedy-green);
}

.logo
{
    max-width: 100%;
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.qr
{
    width:100%; 
}

.qrclick
{
    display:block;
    margin: 12px auto 12px auto;
    width:300px; 
    max-width: 70%;
}

.storeclick
{
    display:block;
    margin:auto;
    width: 200px;
    height: 100px
}

.storelink
{
    width:100%;
}

.i3dh-head
{
    width: 100%;
    height: 180px;
    padding: 10px;
}</pre></body></html>