<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');


body{
    margin:auto 0;
    font-family: 'Open Sans', sans-serif;
}

.zone {
    /*padding:30px 50px;
    margin:40px 60px;*/
    /*cursor:pointer;*/
    /*display:inline-block;*/
    color:#FFF;
    color:#000000;
    font-size:2em;
    border-radius:4px;
    border:1px solid #bbb;
    transition: all 0.3s linear;
}
.coverzone {
    /*padding:30px 50px;
    margin:40px 60px;*/
    /*cursor:pointer*/
    /*display:inline-block;*/
    color:#000000;
    font-size:2em;
    font-weight: bold;
    border-radius:4px;
    border:1px solid #bbb;
    transition: all 0.3s linear;
    font-family:arial;
}

.zone:hover {
    -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}

.box:hover {
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}

.sticky{
    position: fixed;
    top:0;
    width:100%;
}

.main-nav{
    display: flex;
    list-style: none;
    font-size: 0.48em;
    margin:0;
}

@media only screen and (max-width: 600px){
    .main-nav{
        font-size: 0.5em;
        padding:0;
    }
}

.push{
    margin-left: auto;

}

li{
    padding:20px;

}

a{
    color:#f5f5f6;
    text-decoration: none;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    height:42vh;
}

.cover{
    width:25rem;
}

.grid-wrapper{
    display: grid;
    grid-gap: 3px;
/*  grid-template-columns: repeat(auto-fill, minmax(350px,3fr));*/
}

.box &gt; img{
    width: 100%;
    height:100%;
}

.box{
    background-color: #000000;
    padding: 50px;
}


/*https://paulund.co.uk/how-to-create-shiny-css-buttons*/
/***********************************************************************
 *  Green Background
 **********************************************************************/
.green{
    background: #56B870; /* Old browsers */
    background: -moz-linear-gradient(top, #56B870 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56B870), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #56B870 0%,#a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #56B870 0%,#a5c956 100%); /* IE10+ */
    background: linear-gradient(top, #56B870 0%,#a5c956 100%); /* W3C */
}

/***********************************************************************
 *  Red Background
 **********************************************************************/
.red{
    background: #C655BE; /* Old browsers */
    background: -moz-linear-gradient(top, #C655BE 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C655BE), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #C655BE 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(top, #C655BE 0%,#cf0404 100%); /* W3C */
}

/***********************************************************************
 *  Red Background
 **********************************************************************/
.black{
    background: #; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(top, #000000 0%,#000000 100%); /* W3C */
}

/***********************************************************************
 *  Yellow Background
 **********************************************************************/
.yellow{
    background: #F3AAAA; /* Old browsers */
    background: -moz-linear-gradient(top, #F3AAAA 0%, #febf04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3AAAA), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* IE10+ */
    background: linear-gradient(top, #F3AAAA 0%,#febf04 100%); /* W3C */
}

/***********************************************************************
 *  Blue Background
 **********************************************************************/
.blue{
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
    background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
}

footer{
    text-align: center;
}

.footzone {
    /*padding:30px 50px;
    margin:40px 60px;*/
    /*cursor:pointer*/
    /*display:inline-block;*/
    color:#000000;
    font-size:1em;
    /*font-weight: bold;*/
    border-radius:4px;
    border:1px solid #bbb;
    transition: all 0.3s linear;
    font-family:arial;
}

.faq{
    font-size: 0.4em;
    width:99%;
      max-width: 840px;
    background: #fff;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 8px;
    padding-bottom: 45px;
    border:1px solid  rgb(214, 214, 194);
  box-shadow: 0 0 8px 0 rgb(214, 214, 194);
    border-radius: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 68em;
}

/* =============  &lt;p&gt; tag formating ============*/

.para-content{
    font-family: "Open Sans", sans-serif;
    color: #404040;
    word-spacing: 0.5px;
    font-size:1.2em;
}

/* =============  &lt;h1h2h3h4h5h6&gt; tag formating ============*/

.header-content{
    font-family: "Open Sans", sans-serif;
    word-spacing: 2px;
    /*font-family: "times new roman";*/
    font-size: 2em;
    color: #007399;
}

.anker-tag{
    color:blue;
}

.anker_content{
    color:  #d9d9d9;
}
.anker_content:hover{
    color:#fff;
}
.anker_content2{
    border: 2px solid #d9d9d9;
    border-radius: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
}
.anker_content2:hover{
    border: 2px solid white;
}
.anker_about{
    text-decoration: underline;
}
i.fa{
    font-size: 20px;
}

p i.fa{
    color:black;
    font-size: 10px;
}
.esc-image{
    /*padding-left: 20px;*/
    
}
.small-msg{
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
  color: #404040;
}
.esc-link{
  color: #ff3333;
  text-decoration: underline;
}
.esc-link:hover{
  color:red;
}
.admin{
  
  border:2px solid rgb(230, 230, 0);
  box-shadow: 0 0 15px 0 rgb(230, 230, 0);
  border-radius: 10px;
}
.hri{
    border-radius: 10px;
}</pre></body></html>