/* blatantly stolen from bestmotherfucking.website
https://github.com/KeenRivals/bestmotherfucking.website */

body{
		margin:1em auto;
		max-width:40em;
		padding:0 .62em;
		font:1.2em/1.62 sans-serif;
		background: rgb(222,158,19);
    background: radial-gradient(circle, rgba(222,158,19,1) 0%, rgba(90,22,179,1) 100%);
	}

h1,h2,h3 {
	  color: #f4d742;
		line-height:1.6;
		text-align: center;
	}

hr {
	  color: #f4d742;
    background-color: #f4d742;
    height: 10px;
    border: 0;
    width: 80%;
	}

@media print{
		body{
			max-width:none
	}