body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0.1em;
    line-height: 1.2;
    background-image:
      url('../images/lines.png')
}



h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

img {
	width: 50%;
	height: auto;
}

li {
	font-size: 30px;
}

ul ul {
	list-style-type: none;
}

.container {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
}

.larger {
	font-size: 40px;
}

.smaller {
	font-size: 35px;
}