body {
    background: #111;
    color: #ffb000;
    font-family: "Courier New", monospace;
}

h1 {
    color: #ffd060;
}

#header h1::after {
    content: "@petervg.nl:~ $";
}

#content p.aa::before{
    content: "$ echo \"";
    color: #ffcf70;
}

#content p.aa::after{
    content: "\" > sententiea";
    color: #ffcf70;
}

#content p.aa {
    color: #ffb000;
}

#content p.bb::before{
    content: "$ trans la:nl sententiae";
    color: #ffcf70;
}

#content p.bb {
    color: #ffb000;
}

#content p.cc::before {
    content: "$ ";
    color: #ffcf70;
}

#content p.cc {
    color: #ffb000;
}