body{
	font-family: Times New Roman, serif; /*might change this later, open to suggestion*/
	font-size: 16px;
	margin: 0;
	padding: 20px;
	line-height: 1;
	background-color: #fffbed;
}
h1{
	margin-top: 0;
	font-size: 24px;
}
p{
	margin: 1;
}
img{
    max-width: 100%;
    height: auto;
}

/* you're not supposed to be here................. */