@charset "UTF-8";

html, body {
    background-color: #17191a;
    font-family: 'DejaVu Sans Mono';
    text-align: center;
    color :#748485;
    overflow-y: scroll;
    cursor: url(../img/cursor.cur), auto;
}




/* mostly text styling  */
.title {
    color : #e8e4cf;
    font-family: 'DejaVu Sans Mono';
    font-size:"large";
}

.text {
    color :#748485;
    font-family: 'DejaVu Sans Mono';
    font-size: small;
}
.textline {
    color :#bad9db;
    font-family: 'DejaVu Sans Mono';
    font-size: small;
    text-decoration: underline;
}
.highlight {
    color : #c8e2e4;
    font-family: 'DejaVu Sans Mono';
    font-size: small;
}
.highlightlink {
    cursor: url(../img/select.cur), auto;
    color : #c8e2e4;
    font-family: 'DejaVu Sans Mono';
    text-decoration: underline;
    font-size: small;
}
/* logo stuff */
.logo-container {
    position: relative;   
    display: inline-block; 
}

.overlay-window {
    position: absolute;    
    top: 0;                
    left: 0;              
    width: 100%;           
    height: 100%;          
    pointer-events: none; 
}

.ASCII {
    text-align: center;
    font-size: 70%;
    color: #9cafb1;
    word-wrap: normal;
    white-space: pre;
}

.sidebar {
padding-inline-start: 20px;
}
/* media compatibility for phones */
@media (max-width: 768px) {
    .ASCII {
        font-size: 55%;
    }   
}


/* All cursors were made by the very talented Wobb! check their work on twitter : https://x.com/wobbuuu and support them on https://ko-fi.com/C0C6L5X66*/

