<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Larger than mobile screen */
@media (max-width: 40.0rem){
.bg_img{
visibility: hidden;
width:0px;
height:0px;
}
}

@media (min-width: 40.0rem) {

.bg_img{
position: fixed;
bottom: 0px;
right: 0px;
z-index: -15;
}

}

/* Larger than tablet screen */
@media (min-width: 80.0rem) {
}

/* Larger than desktop screen */
@media (min-width: 120.0rem) { 
}
#enlarged_screenshot::backdrop{
background-color:rgba(0,0,0,0.8);
}

#enlarged_screenshot {
background: none;
border: none !important;
}

.screenshot{
background-color:rgba(0,0,0,0);
}
.screenshot_img{
}
.screen_thumb{
border: 1px solid #dedede;
border-radius: 4px;
border-color: #28C2F1;
}
.screen_thumb:hover {
border-color: #FF7B50;
}

body, h1, h2, h3, h4 {
font-family: "Raleway";
letter-spacing: 0rem;
font-weight: 400;
}
h3, h4 {
color: #ffa73f;
}
body {
background-color: #1A1B26; /*#2d2735;*/
color: #dedede;
}
a {
color: #28C2F1; /*#00A7D9; /*#0089B2;*/
}
a:hover {
color: #FF7B50; /*#F17249;*/
}
</pre></body></html>