<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0;
    font: normal 16px arial, verdana;
}

.bottom-container
{
    position: absolute;
    z-index: 1;
    left:0;
    bottom:0;
    right: 0;
    height: 180px;
    padding: 30px;
    background-color: #FFF;
    opacity: 0.7;
    text-align: center;
    font-size: 24px;
}

.logo-container {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    height: 45px;
    padding: 3px;
    background-color: #FFF;
    opacity: 0.4;
    text-align: center;
    font-size: 24px;
}

.big
{
    font-size: 32px;
}

@media (max-width: 767px) {
    .bottom-container {
        font-size: 18px;
    }
    .big {
        font-size: 24px;
    }
}

@media (max-width: 430px) {
    .bottom-container {
        font-size: 14px;
    }
    .big {
        font-size: 20px;
    }
}

.max-image-container
{
    position:absolute;
    z-index:0;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
}

.max-image
{
    min-width:100%;
    min-height:100%;
}
</pre></body></html>