<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0
  background-color: #edf1f6;
}

.background {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    color: white;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -25px;

    /*width: 202px;
    height: 91px;
    background-image: url(codeo_logo.png);
    font-family: tahoma;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -110px;
    background-size: 260px;
    padding-top: 64px;
    padding-left: 57px;*/
}
</pre></body></html>