h1 {
     font-weight: bold;
}

h2 {
     font-weight: bold;
}

h3 {
     font-weight: bold;
}

h4 {
     font-weight: bold;
}

h5 {
     font-weight: bold;
}

h6 {
     font-weight: bold;
}

pre {
    white-space: pre-wrap;
    font-family: monospace;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
}

.Special {
    color: #ff6060;
}

.Identifier {
    color: #00ffff;
}

.Comment {
    color: #00ff60;
}

.Constant {
    color: #ff40ff;
}

.Type {
    color: #00ff00;
}

.Statement {
    color: #ffff00;
}
