body{
    /*background-color: #111;*/
    background-color: #1d1d1d;
    font-family: 'Cutive Mono', monospace;
    color: #ffffff;
}

#idcenter{
    
    display: flex;
    justify-content: center;
    align-items: center;
}

