<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blkworld {
    background-image: url("/images/add.png");
    
}


body {
    background-image: url(/images/add.png);

    background-color: #fbfbf0;
    color:#000000;
}

/* 7page layout */
.o {
    display:flex;
    justify-content:flex-start;
}

 
.oo {
    display:flex;
    flex-direction:column;
    height:20%;
    width:20%;
    margin: 10px 0px 0px 0px;
  
    /*color:#B6D0E0;*/

}

.ooo {
    display: flex;
    flex-direction: column;
    /* gap: 100px; */
    justify-content: center;
    align-items: center;
    /* height: 100vh;  */
    width: 100%;
    margin: 80px 0 0 0;
    /* mix-blend-mode: luminosity; */
}






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