@import "../fonts/jetbrains-mono/font.css";

* { font-family: 'JetBrains Mono', 'monospace'; }

body {
	font-size: 1.1em;
	line-height: 1.65em;
	background-color: #303030;
	color: white;
	margin: 20px;
}

a {
	text-decoration: none; color: #FFCC00 !important;

}

a:visited{
	text-decoration: none; color: #b0a000 !important;
	text-decoration: none; color: #ffb000 !important;
}

p.en {
	font-size: 0.8em;
}

.navbar, article, .footer {
	max-width: 800px;
	margin: auto;
}

.footer {
	margin-top: 10px;
	font-size: 0.9em;
	background-color: #7a5500;
}

.footer a {
	padding-left: 3px;
}

pre {
        line-height: 1.2em;
        background-color: #1f2f1f;
        padding: 10px;
        border-radius: 0.3em;
        overflow: scroll;
}

h1,h2 {
	color: #303030;
	padding-left: 3px;
}

h1 {
	font-size: 1.1em;
	background-color: #FFCC00;
}

h2 {
	font-size: 0.9em;
	background-color: #ca8c00;
}
