body{
	font-family: Times New Roman, serif; /*might change this later, open to suggestion*/
	font-size: 16px;
	margin: 0;
	padding: 20px;
	line-height: 1.25;
	background-color: #fffbed;
}
h1{
	font-size: 24px;
}
img{
    max-width: 100%;
    height: auto;
}