/* CSS Styl Sheet - powered by Frank Hagmayer */

header, section, footer {display: block}

header 	{background: rgb(0,0,0); background: linear-gradient(30deg, rgba(0,0,0,1) 30%, rgba(255,136,0,1) 100%);}
body 	{background: black; font-family: 'Roboto', sans-serif;}
footer 	{background: rgb(0,0,0); background: linear-gradient(30deg, rgba(255,136,0,1) 5%,rgba(0,0,0,1) 100%); text-align:right; position: absolute; bottom: 0px; width: 99%;}

h1 	{color: #ff8800; font-size: 48pt; font-family: arial; text-align: center;}
h2 	{color: #ffff00;}
h3 	{color: #ffffff;}
p 	{color: #ff8800;}

}