<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arimo', sans-serif;
    font-size: 1vw;
}

body {
    background: #000000;
}

.wrapper {
    width: 25%;
    background: #ffffff;
    margin: 0 auto;
}

h1 {
    font-size: 120%;
    color: #ffffff;
    direction: rtl;
    text-align: center;
    padding: 5% 0;
    background-color: #127dc3;
    background: url(images/tree.png) 90% center no-repeat;
    background: url(images/tree.png) 90% center no-repeat, -moz-linear-gradient(#5eb4d7, #127dc3);
    background: url(images/tree.png) 90% center no-repeat, -webkit-linear-gradient(#5eb4d7, #127dc3);
    background: url(images/tree.png) 90% center no-repeat, -o-linear-gradient(#5eb4d7, #127dc3);
    background: url(images/tree.png) 90% center no-repeat, linear-gradient(#5eb4d7, #127dc3);
    background-size: 10%, contain;
}

h3 {
    font-size: 120%;
    color: #bf4d00;
    padding: 10% 2% 0;
    direction: rtl;
    text-align: right;
}

ul {
    list-style: none;
    padding-right: 20px;
}

ul li {
    font-size: 1.1em;
    color: #000066;
    direction: rtl;
    text-align: right;
    padding: 0 6%;
    background-image: url("images/dot1.png");
    background-position: 99% 0.3em;
    background-repeat: no-repeat;
    background-size: 3.5%;
    margin-top: 2%;
}

h2 {
    font-size: 150%;
    color: #ffffff;
    padding: 4% 0;
    direction: rtl;
    text-align: center;
    background: #2b5c2d;
    margin-top: 10%;
}

h2.mapTitle {
    background: #130a4a;
}

img {
    max-width: 100%;
}

p {
    font-size: 100%;
    color: #000066;
    direction: rtl;
    text-align: justify;
    line-height: 150%;
    padding: 2%;
}

a.back {
    width: 100%;
    cursor: pointer;
    color: #29286c;
    background: -webkit-linear-gradient(#fee34a, #f9a415);
    background: -o-linear-gradient(#fee34a, #f9a415);
    background: -moz-linear-gradient(#fee34a, #f9a415);
    background: linear-gradient(#fee34a, #f9a415);
    outline: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 3% 0;
    font-size: 120%;
    font-weight: bold;
    display: block;
    border: 1px #edb324 solid;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    margin: 3% 0;
}

@media only screen and (max-width: 480px) {
    .wrapper {
        width: 95%;
        margin: 0 auto;
        background: #ffffff;
    }
    h1 {
        font-size: 480%;
    }
    h3 {
        font-size: 5em;
    }
    ul {
        list-style: none;
        padding-right: 20px;
    }
    ul li {
        font-size: 4em;
        background-position: 99% 0.3em;
    }
    h2 {
        font-size: 600%;
    }
    p {
        font-size: 400%;
        color: #000066;
        direction: rtl;
        text-align: justify;
        line-height: 150%;
        padding: 2%;
    }
    a.back {
        font-size: 480%;
    }
    p a {
        font-size: 100%;
        font-weight: bold;
    }
}</pre></body></html>