/*
    Theme Name: gruvminal
    Theme URI: https://aborza.de/gruvminal
    Author: Alexandru Borza
    Author URI: https://aborza.de
    Description: A terminal inspired theme based on a gruvbox coloer scheme.
    Version: 1.0
    License: GNU General Public License v2 or later
    Text Domain: gruvminal
*/
body {
	margin: 0;
	background-color: #282828;
	color: #fbf1c7;
	font-family: monospace;
}
main {
    width: 50vw;
    margin: 0 auto;
}