<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,body,h1,h2,h3,h4,h5,h6 {
    font-family: "Lato", sans-serif;
}

html, body {
    height: 100%;
    color: #777;
    background: #EEE;
}

hr {
    height: 2px;
    background-color: #40C1AD;
    border: none;
}

.w3-color-brand,.w3-hover-color-brand:hover{
    color:#FFF!important;
    background-color:#40C1AD!important
}

.w3-text-color-brand,.w3-hover-text-color-brand:hover{
    color:#40C1AD!important
}

.w3-color-brand-light,.w3-hover-color-brand-light:hover{
    color:#000!important;
    background-color:#b3e6df!important
}

.w3-text-color-brand-light,.w3-hover-text-color-brand-light:hover{
    color:#b3e6df!important
}

.w3-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #40C1AD;
    border-bottom: 16px solid #40C1AD;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

</pre></body></html>