body {
    background-color: rgb(22, 23, 30);
}

h1, h2 {
    color: rgb(12, 140, 225);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

p, li {
    color: rgb(153, 191, 245);
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif;
}

.hlighted {
    color: rgb(95, 219, 57);
}

.hljs {
    background: rgb(39, 40, 53);
    font-size: 20px;
}

.content {
    justify-items: center;
}
