body {
	background: #fff;
	background-image: url("background.svg");
	background-repeat: repeat-x;
	color: #000;
}

a {
	color: #000;
}

h1 {
	background: #fffa;
}

.info {
	background: #8888;
	background-image: url("info.svg");
	background-repeat: no-repeat;
	font-size: 12pt;
	
	p {
		padding: 1em;
	}
}

p {
	text-align: justify;
}

img {
	max-height: 3cm;
	padding-right: 2vw;
}
