* { 
	image-rendering: auto;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
    background-image: url(images/asciiFlames_b.png); 
    background-size: contain;
}

header {
/*styling can be found in: "style-navbar.css"*/   
}
main{
    ul {
        background: black;
        li {
        margin: 5px;
        background: white;
        }
    }
}
footer{
/*styling can be found in: "style-footer.css"*/   
}
