@viewport {
  width: device-width; zoom: 1.0;
}

body
{   font-family: "Georgia", "Times New Roman", serif;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	margin-bottom: 5%;
    text-align: left;
    background-image: url('images/background.gif');
    background-color: #ffffee
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1
{
	Text-align: center;
}

p
{   margin-top: 1em;
	margin-bottom: 1em;
}

code
{
	font-size: 1.1em;
}

pre
{
	font-size: 1.1em;
}

blockquote
{
	font-style: italic;
	margin-right: 5em;
}