@import "https://www.nerdfonts.com/assets/css/webfont.css";

body { line-height: 1.25;background: #272822;color: white;font: 14px 'MesloLGS NF', Consolas, 'Courier New', monospace; }
pre { margin: 0px; padding: 0px; }
.python { font-size: 12pt; }

.class { color: #ff7b72; }
.class-name { color: #f0883e; font-weight: bold; }
.comment { color: #8b949e; font-style: italic; }
.def { color: #ff7b72; }
.equal { color: #ff7b72; font-weight: bold; }
.function { color: #d2a8ff; font-weight: bold;}
.int { color: #a5d6ff; }
.return { color: #ff7b72; }
.string { color: #a5d6ff; }
.string a{ color: #a5d6ff; text-decoration: underline; }
